pgsql/src/bin/initdb (initdb.sh)

Started by Peter Eisentrautover 25 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Date: Monday, November 6, 2000 @ 17:18:10
Author: petere

Update of /home/projects/pgsql/cvsroot/pgsql/src/bin/initdb
from hub.org:/home/projects/pgsql/tmp/cvs-serv58463/src/bin/initdb

Modified Files:
initdb.sh

----------------------------- Log Message -----------------------------

Add -V option to backend, to show version, since --version doesn't seem
to work everywhere. Also, on FreeBSD you need to set the optreset variable
to 1 before parsing the command line a second time with getopt().