]> granicus.if.org Git - postgresql/commit
Replace createdb's obsolete --location switch with --tablespace.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Jun 2004 21:47:24 +0000 (21:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Jun 2004 21:47:24 +0000 (21:47 +0000)
commitf7ca71a76bffb0a75f0b4a3eddaa4bedf6477a09
treeef0a49f25922f5d6dec9a9952d8521da9142a0bb
parent984c8a48f4fbe4d7f889519585a0c090cdf2931d
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 ...)
doc/src/sgml/ref/createdb.sgml
src/bin/scripts/createdb.c