postgresql/doc/src
Tom Lane 27930be830 Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs.
These reference pages still claimed that you have to be superuser to create
a database or schema owned by a different role.  That was true before 8.1,
but it was changed in commits aa1110624c and
f91370cd2f to allow assignment of ownership
to any role you are a member of.  However, at the time we were thinking of
that primarily as a change to the ALTER OWNER rules, so the need to touch
these two CREATE ref pages got missed.
2012-10-04 13:41:19 -04:00
..
FAQ Replace developer FAQ with a reference to the wiki, which is where 2008-04-22 09:26:45 +00:00
sgml Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs. 2012-10-04 13:41:19 -04:00
Makefile Don't ship spi_* man pages. (We don't do that anyway, but now it's automatic.) 2006-12-02 01:25:50 +00:00