psql tab-completion for new syntax - Mailing list pgsql-hackers

From Takahiro Itagaki
Subject psql tab-completion for new syntax
Date
Msg-id 20100210110752.47DD.52131E4D@oss.ntt.co.jp
Whole thread Raw
Responses Re: psql tab-completion for new syntax
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Takahiro Itagaki
Date:
Subject: Re: psql tab completion for DO blocks
Next
From: Takahiro Itagaki
Date:
Subject: Re: Largeobject Access Controls (r2460)