Replace createdb's obsolete --location switch with --tablespace.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/createdb.sgml | modified | +15 −15 |
| src/bin/scripts/createdb.c | modified | +18 −21 |