[7485] Added support for PostgreSQL connection using Unix sockets.

For using socket connection specify host name as . and port as
path to Unix socket directory or . for default path specified
in PostgreSQL compile time.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-03-18 12:06:11 +01:00 committed by ApoC
parent 9ddb37c6c1
commit 3c819a6269
3 changed files with 16 additions and 9 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7484"
#define REVISION_NR "7485"
#endif // __REVISION_NR_H__