postgresql/src/bin
Tom Lane fbb1d7d73f Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.
Historically these database properties could be manipulated only by
manually updating pg_database, which is error-prone and only possible for
superusers.  But there seems no good reason not to allow database owners to
set them for their databases, so invent CREATE/ALTER DATABASE options to do
that.  Adjust a couple of places that were doing it the hard way to use the
commands instead.

Vik Fearing, reviewed by Pavel Stehule
2014-07-01 20:10:38 -04:00
..
initdb Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn. 2014-07-01 20:10:38 -04:00
pg_basebackup Fix typos in comments. 2014-06-11 20:54:06 +09:00
pg_config pgindent run for 9.4 2014-05-06 12:12:18 -04:00
pg_controldata Add defenses against running with a wrong selection of LOBLKSIZE. 2014-06-05 11:31:06 -04:00
pg_ctl Fix a bunch of functions that were declared static then defined not-static. 2014-05-17 17:57:53 -04:00
pg_dump Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn. 2014-07-01 20:10:38 -04:00
pg_resetxlog Add defenses against running with a wrong selection of LOBLKSIZE. 2014-06-05 11:31:06 -04:00
pgevent
psql Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn. 2014-07-01 20:10:38 -04:00
scripts pgindent run for 9.4 2014-05-06 12:12:18 -04:00
Makefile