postgresql/src/bin/psql
Fujii Masao 8014c44e82 Improve SECURITY LABEL tab completion
Add DATABASE, EVENT TRIGGER, FOREIGN TABLE, ROLE, and TABLESPACE to
tab completion for SECURITY LABEL.

Kyotaro Horiguchi
2015-12-25 22:56:01 +09:00
..
po Translation updates 2015-06-28 23:56:55 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
command.c psql: Support multiple -c and -f options, and allow mixing them. 2015-12-08 14:04:08 -05:00
command.h psql: Support multiple -c and -f options, and allow mixing them. 2015-12-08 14:04:08 -05:00
common.c Clean up some psql issues around handling of the query output file. 2015-12-03 14:29:28 -05:00
common.h Clean up some psql issues around handling of the query output file. 2015-12-03 14:29:28 -05:00
copy.c Clean up some psql issues around handling of the query output file. 2015-12-03 14:29:28 -05:00
copy.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
create_help.pl Update copyright for 2015 2015-01-06 11:43:47 -05:00
describe.c psql: Review of new help output strings 2015-12-20 11:50:04 -05:00
describe.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
help.c psql: Review of new help output strings 2015-12-20 11:50:04 -05:00
help.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
input.c Teach psql's tab completion to consider the entire input string. 2015-12-20 13:28:18 -05:00
input.h Teach psql's tab completion to consider the entire input string. 2015-12-20 13:28:18 -05:00
large_obj.c Fix behavior of printTable() and friends with externally-invoked pager. 2015-12-02 18:20:41 -05:00
large_obj.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
mainloop.c Teach psql's tab completion to consider the entire input string. 2015-12-20 13:28:18 -05:00
mainloop.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
mbprint.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
mbprint.h Fix indentation of \d footers for non-ASCII cases. 2012-03-07 19:25:59 -05:00
nls.mk Add missing source files to nls.mk 2014-07-15 10:10:42 -04:00
print.c Clean up some psql issues around handling of the query output file. 2015-12-03 14:29:28 -05:00
print.h Clean up some psql issues around handling of the query output file. 2015-12-03 14:29:28 -05:00
prompt.c Add psql PROMPT variable showing the pid of the connected to backend. 2015-07-07 13:40:44 +02:00
prompt.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
psqlrc.sample Improve FILES section of psql reference page. 2014-01-14 19:27:57 -05:00
psqlscan.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
psqlscan.l Remove a couple other vestigial yylex() declarations. 2015-03-29 13:12:28 -04:00
settings.h Rearrange the handling of error context reports. 2015-09-05 11:58:33 -04:00
startup.c Code and docs review for multiple -c and -f options in psql. 2015-12-13 14:52:07 -05:00
stringutils.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
stringutils.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
tab-complete.c Improve SECURITY LABEL tab completion 2015-12-25 22:56:01 +09:00
tab-complete.h Teach psql's tab completion to consider the entire input string. 2015-12-20 13:28:18 -05:00
variables.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
variables.h Update copyright for 2015 2015-01-06 11:43:47 -05:00