Re: Hello

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: john tankersley <johntank(at)merr(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Hello
Date: 2003-12-01 13:45:57
Message-ID: 1070286357.7718.2675.camel@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Mon, 2003-12-01 at 15:08, john tankersley wrote:
> I don't understand why sometimes I
> get an error parser error message and what it means.

You can ask here about a specific message.

> I have been trying
> to find more books on how to code in postgresql but can't seem to find
> any. I would like to link two pc's together through a netgear switch and
> access the database on my main machine through the client machine.

The server machine's postmaster must be listening on a TCP/IP port; turn
on TCP/IP listening in $PGDATA/postgresql.conf.

$PGDATA/pg_hba.conf should allow access to connections from the client
machine. Remember to make the postmaster reload its configuration after
you change either of those two files. ("pg_ctl reload" will do that.)

Then you should be able to connect with "psql -h myserver -d mydatabase"

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight, UK http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"Who is like unto thee, O LORD, among the gods? who is
like thee, glorious in holiness, fearful in praises,
doing wonders?" Exodus 15:11

In response to

  • Hello at 2003-12-01 15:08:16 from john tankersley

Browse pgsql-novice by date

  From Date Subject
Next Message john tankersley 2003-12-01 15:08:16 Hello
Previous Message Nabil Sayegh 2003-12-01 13:33:23 Migration to version 7.4