Re: Tab completion for large objects

2025-07-27 Thread Fujii Masao
On Wed, Jul 9, 2025 at 7:46 PM Fujii Masao wrote: > > > > On 2025/07/09 3:50, Dagfinn Ilmari Mannsåker wrote: > > Hi hackers, > > > > I noticed that psql's tab completion suggested TO immediately after > > GRANT ... ON LARGE OBJECT, and not after ON LARGE OBJECT . This is > > because LARGE OBJECT

Re: Tab completion for large objects

2025-07-09 Thread Fujii Masao
On 2025/07/09 3:50, Dagfinn Ilmari Mannsåker wrote: Hi hackers, I noticed that psql's tab completion suggested TO immediately after GRANT ... ON LARGE OBJECT, and not after ON LARGE OBJECT . This is because LARGE OBJECT is the only two-word object type, so it thinks LARGE is the object type