postgresql/src
Tom Lane 36d2cc1d57 Modify pg_dumpall so that output script uses new OWNER option of CREATE
DATABASE; also make it use SET SESSION AUTHORIZATION commands rather than
\connect commands.  This makes it possible to restore databases belonging
to users who do not have CREATEDB privilege.  It should also become at
least somewhat feasible to run the restore script under password
authentication --- you'll get one superuser password prompt per database,
rather than a large number of challenges for passwords belonging to
varying unspecified user names.
2002-02-24 21:57:23 +00:00
..
backend Add OWNER option to CREATE DATABASE, so superusers can create databases 2002-02-24 20:20:21 +00:00
bin Modify pg_dumpall so that output script uses new OWNER option of CREATE 2002-02-24 21:57:23 +00:00
corba
data
include Add OWNER option to CREATE DATABASE, so superusers can create databases 2002-02-24 20:20:21 +00:00
interfaces compiles correctly but still doesn't work with jdk 1.4 2002-02-24 16:12:51 +00:00
makefiles Feature patch per prev thread for --with-tcl, only affects AIX 2002-02-23 21:25:35 +00:00
pl OK'ed by Peter. 2002-02-23 21:49:10 +00:00
template
test Privileges on functions and procedural languages 2002-02-18 23:11:58 +00:00
tools Add HTML output option to pgcvslog. 2002-02-18 05:33:13 +00:00
tutorial
utils
DEVELOPERS
GNUmakefile.in
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk
win32.mak