Re: Pre-proposal: unicode normalized text
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Jeff Davis <pgsql@j-davis.com>
Cc: Nico Williams <nico@cryptonector.com>,
Isaac Morland <isaac.morland@gmail.com>, Chapman Flack <chap@anastigmatix.net>, pgsql-hackers@postgresql.org
Date: 2023-10-09T19:08:22Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Try again to fix the MSVC build
- 151ffcf6d8c1 17.0 landed
-
Additional unicode primitive functions.
- a02b37fc0832 17.0 landed
On Fri, Oct 6, 2023 at 3:07 PM Jeff Davis <pgsql@j-davis.com> wrote: > On Fri, 2023-10-06 at 13:33 -0400, Robert Haas wrote: > > What I think people really want is a whole column in > > some encoding that isn't the normal one for that database. > > Do people really want that? I'd be curious to know why. Because it's a feature that exists in other products and so having it eases migrations and/or replication of data between systems. I'm not saying that there are a lot of people who want this, any more. I think there used to be more interest in it. But the point of the comment was that people who want multiple character set support want it as a per-column property, not a per-value property. I've never heard of anyone wanting to store text blobs in multiple distinct character sets in the same column. But I have heard of people wanting text blobs in multiple distinct character sets in the same database, each one in its own column. -- Robert Haas EDB: http://www.enterprisedb.com