psql tab-completion for new syntax
Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
From: Takahiro Itagaki <itagaki.takahiro@oss.ntt.co.jp>
To: pgsql-hackers@postgresql.org
Date: 2010-02-10T02:07:53Z
Lists: pgsql-hackers
Attachments
- psql-tab-completion_20100210.patch (application/octet-stream) patch
We've added some new syntax in HEAD, but psql tab-completion is out of sync.
Here is a patch to support the following syntax in tab-completion:
- top-level DO
- ALTER TABLE/INDEX/TABLESPACE SET/RESET with options
- ALTER TABLE ALTER COLUMN SET/RESET with options
- CREATE TRIGGER with events
The fix is not a stopper to alpha release, but I'd like to
add it before beta release. Comments welcome.
Regards,
---
Takahiro Itagaki
NTT Open Source Software Center