postgresql/src/bin/psql
Michael Paquier 22b2dec31b Add CURRENT_ROLE to list of roles for tab completion of GRANT in psql
This compatibility has been added in 45b9805, but psql forgot the call.

Author: Wei Wang
Reviewed-by: Aleksander Alekseev
Discussion: https://postgr.es/m/OS3PR01MB6275935F62E161BCD393D6559E489@OS3PR01MB6275.jpnprd01.prod.outlook.com
2021-04-21 10:34:43 +09:00
..
po Translation updates 2020-05-18 12:49:30 +02:00
t Improve psql's tab completion for filenames. 2020-01-23 11:07:12 -05:00
.gitignore Add basic TAP tests for psql's tab-completion logic. 2020-01-02 15:02:21 -05:00
command.c Allow psql's \df and \do commands to specify argument types. 2021-04-07 23:02:21 -04:00
command.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
common.c Revert "psql: Show all query results by default" 2021-04-15 19:42:55 +02:00
common.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
copy.c Remove server and libpq support for old FE/BE protocol version 2. 2021-03-04 10:45:55 +02:00
copy.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
create_help.pl Update copyright for 2021 2021-01-02 13:06:25 -05:00
crosstabview.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
crosstabview.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
describe.c psql: Small fixes for better translatability 2021-04-16 11:05:58 +02:00
describe.h Allow psql's \df and \do commands to specify argument types. 2021-04-07 23:02:21 -04:00
help.c psql: Small fixes for better translatability 2021-04-16 11:05:58 +02:00
help.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
input.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
input.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
large_obj.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
large_obj.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
mainloop.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
mainloop.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
Makefile Update copyright for 2021 2021-01-02 13:06:25 -05:00
nls.mk Add missing source files to nls.mk 2020-06-06 19:56:21 +02:00
prompt.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
prompt.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
psqlrc.sample Improve FILES section of psql reference page. 2014-01-14 19:27:57 -05:00
psqlscanslash.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
psqlscanslash.l Update copyright for 2021 2021-01-02 13:06:25 -05:00
settings.h Revert "psql: Show all query results by default" 2021-04-15 19:42:55 +02:00
startup.c Revert "psql: Show all query results by default" 2021-04-15 19:42:55 +02:00
stringutils.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
stringutils.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
tab-complete.c Add CURRENT_ROLE to list of roles for tab completion of GRANT in psql 2021-04-21 10:34:43 +09:00
tab-complete.h Update copyright for 2021 2021-01-02 13:06:25 -05:00
variables.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
variables.h Update copyright for 2021 2021-01-02 13:06:25 -05:00