Remove -k unix socketpath option from client side, allow hostname with

Bruce Momjian <bruce@momjian.us>

Commit: ebd61ac03ff50ab69cdb8fc6330f5dca4551ce92
Author: Bruce Momjian <bruce@momjian.us>
Date: 2000-11-13T23:37:54Z
Releases: 7.1.1
Remove -k unix socketpath option from client side, allow hostname with
leading slash to behave as a unix socket path.

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +4 −4
doc/src/sgml/ref/createdb.sgml modified +1 −13
doc/src/sgml/ref/createlang.sgml modified +1 −13
doc/src/sgml/ref/createuser.sgml modified +1 −13
doc/src/sgml/ref/dropdb.sgml modified +1 −13
doc/src/sgml/ref/droplang.sgml modified +1 −13
doc/src/sgml/ref/dropuser.sgml modified +1 −13
doc/src/sgml/ref/pg_dumpall.sgml modified +2 −17
doc/src/sgml/ref/pg_dump.sgml modified +1 −17
doc/src/sgml/ref/psql-ref.sgml modified +1 −14
doc/src/sgml/ref/vacuumdb.sgml modified +1 −13
src/backend/postmaster/postmaster.c modified +3 −3
src/bin/pg_dump/pg_backup_archiver.c modified +2 −3
src/bin/pg_dump/pg_backup_archiver.h modified +0 −1
src/bin/pg_dump/pg_backup_db.c modified +0 −10
src/bin/pg_dump/pg_backup.h modified +1 −3
src/bin/pg_dump/pg_dump.c modified +2 −11
src/bin/pg_dump/pg_restore.c modified +2 −7
src/bin/psql/command.c modified +1 −4
src/bin/psql/common.c modified +1 −3
src/bin/psql/help.c modified +1 −11
src/bin/psql/prompt.c modified +1 −6
src/bin/psql/startup.c modified +3 −10
src/bin/scripts/createdb modified +1 −11
src/bin/scripts/createlang.sh modified +1 −11
src/bin/scripts/createuser modified +1 −11
src/bin/scripts/dropdb modified +1 −11
src/bin/scripts/droplang modified +1 −11
src/bin/scripts/dropuser modified +1 −11
src/bin/scripts/vacuumdb modified +1 −11
src/interfaces/libpq/fe-connect.c modified +40 −9
src/interfaces/libpq/libpq-int.h modified +3 −3