postgresql/src/test/examples
Tom Lane 6f7fc0bade Cause initdb to create a third standard database "postgres", which
unlike template0 and template1 does not have any special status in
terms of backend functionality.  However, all external utilities such
as createuser and createdb now connect to "postgres" instead of
template1, and the documentation is changed to encourage people to use
"postgres" instead of template1 as a play area.  This should fix some
longstanding gotchas involving unexpected propagation of database
objects by createdb (when you used template1 without understanding
the implications), as well as ameliorating the problem that CREATE
DATABASE is unhappy if anyone else is connected to template1.
Patch by Dave Page, minor editing by Tom Lane.  All per recent
pghackers discussions.
2005-06-21 04:02:34 +00:00
..
Makefile Have libpgport link before libpq so that PG client applications are more 2005-03-25 18:17:14 +00:00
testlibpq2.c Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +00:00
testlibpq2.sql
testlibpq3.c Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +00:00
testlibpq3.sql
testlibpq4.c
testlibpq.c Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +00:00
testlo.c Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00