X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=doc%2Fsrc%2Fsgml%2Fref%2Falter_database.sgml;h=3724c05e2c0cfd6c1128094d9545747f8a75970c;hb=fbb1d7d73f8e23a3a61e702629c53cef48cb0918;hp=23ef75512f14f4e4f90018ebfd009fb86e6c94e5;hpb=bb4eefe7bf518e42c73797ea37b033a5d8a8e70a;p=postgresql diff --git a/doc/src/sgml/ref/alter_database.sgml b/doc/src/sgml/ref/alter_database.sgml index 23ef75512f..3724c05e2c 100644 --- a/doc/src/sgml/ref/alter_database.sgml +++ b/doc/src/sgml/ref/alter_database.sgml @@ -25,6 +25,8 @@ ALTER DATABASE name [ [ WITH ] where option can be: + IS_TEMPLATE istemplate + ALLOW_CONNECTIONS allowconn CONNECTION LIMIT connlimit ALTER DATABASE name RENAME TO new_name @@ -107,6 +109,26 @@ ALTER DATABASE name RESET ALL + istemplate + + + If true, then this database can be cloned by any user with CREATEDB + privileges; if false, then only superusers or the owner of the + database can clone it. + + + + + + allowconn + + + If false then no one can connect to this database. + + + + + connlimit