postgresql/src/bin/psql
Stephen Frost 293007898d Reserve the "pg_" namespace for roles
This will prevent users from creating roles which begin with "pg_" and
will check for those roles before allowing an upgrade using pg_upgrade.

This will allow for default roles to be provided at initdb time.

Reviews by José Luis Tallón and Robert Haas
2016-04-08 16:56:27 -04:00
..
po
.gitignore
command.c Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
command.h
common.c Add a \gexec command to psql for evaluation of computed queries. 2016-04-04 15:25:16 -04:00
common.h
copy.c
copy.h
create_help.pl
describe.c Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
describe.h Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
help.c Reserve the "pg_" namespace for roles 2016-04-08 16:56:27 -04:00
help.h
input.c
input.h
large_obj.c
large_obj.h
mainloop.c
mainloop.h
Makefile
nls.mk
prompt.c
prompt.h
psqlrc.sample
psqlscanslash.h
psqlscanslash.l
settings.h Add a \gexec command to psql for evaluation of computed queries. 2016-04-04 15:25:16 -04:00
startup.c Add psql \errverbose command to see last server error at full verbosity. 2016-04-03 12:29:55 -04:00
stringutils.c
stringutils.h
tab-complete.c Add a 'parallel_degree' reloption. 2016-04-08 11:14:56 -04:00
tab-complete.h
variables.c
variables.h