Neues vom PostgreSQL Planet
Andreas 'ads' Scherbaum: Curt Kolovson
Chao Li: HighGo’s Patch to Bring GB18030-2022 to PostgreSQL
PostgreSQL supports GB18030 as a client-side encoding. A client-side encoding means you can set the encoding from a client application such as psql with:
psql=# set client_encoding to GB18030This tells the PostgreSQL backend that the client will send SQL statements encoded in GB18030. When the backend receives a statement, it converts the GB18030 byte stream into UTF-8 (the default server-side encoding), and then passes it to exec_simple_query() for execution.
Christophe Pettus: Lies, Damn Lies, and LLM Output.
I subscribe to Medium (don’t judge), and their weekly summary pushed an article to me entitled The Postgres Revolution Is Here: Why Version 18 Changes Everything for Developers. Well, OK, that sounds relevant to my interests. Let’s check it out!
Oh.
Oh, dear.
Oh, sweet Mother of God.
Shayon Mukherjee: Bypass PostgreSQL catalog overhead with direct partition hash calculations
Seiten
- « erste Seite
- ‹ vorherige Seite
- …
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14

