postgresql/src/bin/psql
Peter Eisentraut 05cf0ea8d1 psql: Add more constraint completion
- ALTER DOMAIN ... DROP/RENAME/VALIDATE CONSTRAINT
- ALTER TABLE ... RENAME/VALIDATE CONSTRAINT
- COMMENT ON CONSTRAINT
- SET CONSTRAINTS
2012-09-14 22:11:17 -04: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 psql: Reduce compatibility warning 2012-08-31 23:28:14 -04:00
command.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
common.c Use psql_error() for most psql error calls, per request from Magnus. 2012-08-25 22:58:42 -04:00
common.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
copy.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
copy.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
create_help.pl Run newly-configured perltidy script on Perl files. 2012-07-04 21:47:49 -04:00
describe.c Make psql's \d+ show reloptions for all relkinds. 2012-09-03 11:24:31 -04:00
describe.h Syntax support and documentation for event triggers. 2012-07-18 10:16:16 -04:00
help.c Make psql -1 < file behave as expected. 2012-08-09 10:02:50 -04:00
help.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
input.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
input.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
large_obj.c Use psql_error() for most psql error calls, per request from Magnus. 2012-08-25 22:58:42 -04: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 Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
print.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04: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 Make psql -1 < file behave as expected. 2012-08-09 10:02:50 -04:00
stringutils.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04: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: Add more constraint completion 2012-09-14 22:11:17 -04:00
tab-complete.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
variables.c Remove unreachable code 2012-07-16 22:15:03 +03:00
variables.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00