postgresql/src/bin/psql
Peter Eisentraut cc71ceab57 psql: Tab completion updates
Add/complete support for:

- ALTER DOMAIN / VALIDATE CONSTRAINT
- ALTER DOMAIN / RENAME
- ALTER DOMAIN / RENAME CONSTRAINT
- ALTER TABLE / RENAME CONSTRAINT
2012-04-26 20:07:40 +03:00
..
po Translation updates 2011-08-17 14:07:46 +03:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
command.c Lots of doc corrections. 2012-04-23 22:43:09 -04:00
command.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
common.c Remove useless PGRES_COPY_BOTH "support" in psql. 2012-04-04 16:15:04 -04:00
common.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
copy.c Have \copy go through SendQuery 2012-01-25 18:22:00 -03:00
copy.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
create_help.pl Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
describe.c Recast "ONLY" column CHECK constraints as NO INHERIT 2012-04-20 23:56:57 -03:00
describe.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
help.c psql: Support zero byte field and record separators 2012-02-09 20:20:15 +02:00
help.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
input.c Provide environment overrides for psql file locations. 2012-03-03 16:39:26 -05:00
input.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
large_obj.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
large_obj.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
mainloop.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
mainloop.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Makefile Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
mbprint.c psql: Remove inappropriate const qualifiers 2012-03-16 20:35:00 +02:00
mbprint.h Fix indentation of \d footers for non-ASCII cases. 2012-03-07 19:25:59 -05:00
nls.mk Fix recently introduced typo in NLS file lists 2012-04-02 02:39:34 +03:00
print.c psql: Remove inappropriate const qualifiers 2012-03-16 20:35:00 +02:00
print.h psql: Remove inappropriate const qualifiers 2012-03-16 20:35:00 +02:00
prompt.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
prompt.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
psqlrc.sample Fix filename mention in psqlrc.sample file. 2004-04-22 14:33:49 +00:00
psqlscan.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
psqlscan.l Clean up compiler warnings from unused variables with asserts disabled 2012-03-21 23:33:10 +02:00
settings.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
startup.c Provide environment overrides for psql file locations. 2012-03-03 16:39:26 -05:00
stringutils.c psql: when tab-completing, use quotes on file names that need them 2012-02-28 01:06:29 -03:00
stringutils.h psql: when tab-completing, use quotes on file names that need them 2012-02-28 01:06:29 -03:00
tab-complete.c psql: Tab completion updates 2012-04-26 20:07:40 +03:00
tab-complete.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
variables.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
variables.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00