Replace createdb's obsolete --location switch with --tablespace.

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

Commit: f7ca71a76bffb0a75f0b4a3eddaa4bedf6477a09
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-06-18T21:47:24Z
Releases: 8.0.0
Replace createdb's obsolete --location switch with --tablespace.
I kept the same abbreviated letter -D, in hopes of maintaining some
modicum of backwards compatibility (though it's doubtful whether anyone
is really using scripts that invoke createdb -D ...)

Files

PathChange+/−
doc/src/sgml/ref/createdb.sgml modified +15 −15
src/bin/scripts/createdb.c modified +18 −21