From: | Jord Tanner <jord(at)indygecko(dot)com> |
---|---|
To: | saurabh garg <saurabh(dot)garg(at)vichara(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: hi-problem in creating database in postgresql 7.2.2 |
Date: | 2002-11-01 19:14:44 |
Message-ID: | 1036178085.1534.105.camel@gecko |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
PostgreSQL running under Cygwin does not operate with Unix sockets. You
need to start the postmaster with TCP/IP sockets. Simply edit your
"postgresql.conf" file (it should be in your postgres data directory)
and add the line "tcpip_socket = true", and restart your postmaster. All
your postgres commands will have to use --host=localhost to instruct
them to use the tcpip socket.
Hope that helps!
Jord Tanner
Independent Gecko Consultants
On Thu, 2002-10-31 at 04:57, saurabh garg wrote:
> hi
> i have sucessfully installed postgresql. now while creating database it
> gives the following error. i'm running pgsqlserver on localhost.
>
> i give the command createdb -D /usr/local/share/data/data
>
>
> $ createdb -D /usr/local/share/data/data
> psql: could not connect to server: No such file or directory
> Is the server running locally and accepting
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
> createdb: database creation failed
>
> similar problem is there when i create user.
>
> $ createuser saurabh with password 'saurabh';
> Shall the new user be allowed to create databases? (y/n) y
> Shall the new user be allowed to create more new users? (y/n) y
> psql: could not connect to server: No such file or directory
> Is the server running locally and accepting
> connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
> createuser: creation of user "saurabh" failed
>
>
> can u help me please? thnx in advance.
>
>
> regards,
>
>
> saurabh garg
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-11-01 22:00:04 | Re: Wrong order of rows in result during regression test. |
Previous Message | Stephan Szabo | 2002-11-01 18:47:09 | Re: Bug with child tables referencing parent table? |