Get rid of initdb -t bugs by the simple expedient of getting rid of

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a2405d5554e1cf85d554fe7d99612023ed813ab7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-01-20T22:09:24Z
Releases: 7.1.1
Get rid of initdb -t bugs by the simple expedient of getting rid of
initdb -t.  This option is obsoleted by 7.1's ability to drop and
recreate template1 during normal operation.

Files

PathChange+/−
doc/src/sgml/ref/initdb.sgml modified +19 −37
src/bin/initdb/initdb.sh modified +30 −47