-
Notifications
You must be signed in to change notification settings - Fork 80
allows unix socket #62
Copy link
Copy link
Open
Description
Hi,
The configuration example shows a network connection to localhost/127.0.01 and the psql connection string forces the use of the -h <host> parameter.
Would it be possible with an empty PGPOOLHOST to use a Local connection?
pool_connections=$(psql -A --field-separator=',' -p $PGPOOLPORT -U $PGPOOLROLE -d $PGPOOLDATABASE -t -X -c "${POOL}" 2>&1) should do the trick.
There should then no need to have a password set.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels