From: | itagaki(at)postgresql(dot)org (Takahiro Itagaki) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Assorted tab-completion improvements in psql. |
Date: | 2010-04-05 05:33:24 |
Message-ID: | 20100405053324.69DEB7541D0@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Assorted tab-completion improvements in psql.
Add missing completions for:
- ALTER SEQUENCE name OWNER TO
- ALTER TYPE name RENAME TO
- ALTER VIEW name ALTER COLUMN
- ALTER VIEW name OWNER TO
- ALTER VIEW name SET SCHEMA
Fix wrong completions for:
- ALTER FUNCTION/AGGREGATE name (arguments) ...
"(arguments)" has been ignored.
- ALTER ... SET SCHEMA
"SCHEMA" has been considered as a variable name.
Modified Files:
--------------
pgsql/src/bin/psql:
tab-complete.c (r1.196 -> r1.197)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.196&r2=1.197)
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2010-04-05 08:08:59 | Re: [COMMITTERS] pgsql: Check compulsory parameters in recovery.conf in standby_mode, per |
Previous Message | Andrew Dunstan | 2010-04-05 03:09:09 | pgsql: Exclude unwanted typedef symbols in pgindent, including FD_SET |