Re: Proposal to Compile a 256-Byte Identifier Length Version Alongside the Current 64-Byte Version

2023-10-09 Thread Tatsuo Ishii
> Hello PostgreSQL Community, > > I am writing to propose an alternative compilation of PostgreSQL that > allows for a 256-byte identifier length limit, alongside the existing > 64-byte version. > > *Problem:* > The current limit of 63 bytes can be quite restrictive, especially for > databases th

Re: Proposal to Compile a 256-Byte Identifier Length Version Alongside the Current 64-Byte Version

2023-10-09 Thread Julien Rouhaud
On Tue, Oct 10, 2023 at 08:22:55AM +0200, Laurenz Albe wrote: > On Tue, 2023-10-10 at 11:49 +0800, David HJ wrote: > > I am writing to propose an alternative compilation of PostgreSQL that allows > > for a 256-byte identifier length limit, alongside the existing 64-byte > > version. > > > > Proble

Re: Proposal to Compile a 256-Byte Identifier Length Version Alongside the Current 64-Byte Version

2023-10-09 Thread Laurenz Albe
On Tue, 2023-10-10 at 11:49 +0800, David HJ wrote: > I am writing to propose an alternative compilation of PostgreSQL that allows > for a 256-byte identifier length limit, alongside the existing 64-byte > version. > > Problem: > The current limit of 63 bytes can be quite restrictive, especially f

Proposal to Compile a 256-Byte Identifier Length Version Alongside the Current 64-Byte Version

2023-10-09 Thread David HJ
Hello PostgreSQL Community, I am writing to propose an alternative compilation of PostgreSQL that allows for a 256-byte identifier length limit, alongside the existing 64-byte version. *Problem:* The current limit of 63 bytes can be quite restrictive, especially for databases that use multi-byte

GIST index and ORDER BY

2023-10-09 Thread Michał Kłeczek
Hi All, Maybe somebody could help come up with an idea on how to resolve this. The situation is as follows: 1. We have a huge (10 billion rows) table with customer operations 2. It needs to be searched by several criteria at the same time - one of them is text similarity (and we decided to try

RE: Ask about Foreign Table Plug-in on Windows Server.

2023-10-09 Thread Anuwat Sagulmontreechai
Tyvvm, will try Best Regards, Anuwat Sagulmontreechai (Max) Soft Square Group of Companies Tel. 02-997-2000 ext.2305 -Original Message- From: Laurenz Albe Sent: Friday, October 6, 2023 2:43 AM To: Anuwat Sagulmontreechai ; pgsql-general@lists.postgresql.org Cc: jakari...@softsquaregro

Re: Index scan is not pushed down to union all subquery

2023-10-09 Thread Lauri Kajan
On Thu, Oct 5, 2023 at 4:25 PM Lauri Kajan wrote: > In my dreams the plan would be something like this: > Nested Loop > -> Index Scan using dealers_pkey on dealers > Index Cond: (id = ANY ('{54,12,456,315,468}'::integer[])) > -> Append > -> Bitmap Heap Scan on bikes >