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

Tab completion for large objects

2025-07-08 Thread Dagfinn Ilmari Mannsåker
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 and OBJECT is the name. Attached are three patches that