How do i use unix sockets... - Mailing list pgsql-general

From Mario Filipe
Subject How do i use unix sockets...
Date
Msg-id XFMail.981001101405.mjnf@uevora.pt
Whole thread Raw
Responses Re: [GENERAL] How do i use unix sockets...
List pgsql-general
Hi

I'm using php3 as a web interface to a pgsql database.

So far when i do the pg_Connect i always do it this way :

pg_[p]Connect("localhost","5432","","","dbname");

This creates a tcp/ip connection.

What do I have to change to create just a unix socket connection?

Change the host to ""
Change the port to ""
Change both to ""

Thanks!

        Mario Filipe
        mjnf@uevora.pt
----->  http://neptuno.sc.uevora.pt/~mjnf <-----

pgsql-general by date:

Previous
From: Ruedi.Hofer@ascom.ch
Date:
Subject: glibc, libc6 and psql
Next
From: Egon Schmid
Date:
Subject: Re: [GENERAL] How do i use unix sockets...