Re: server --configure postgresql

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'yanling xu'" <helenxyl(at)yahoo(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: server --configure postgresql
Date: 2001-11-14 21:02:39
Message-ID: AA30E7BCCA5C1D4E88A231900F8325C00C8A@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: yanling xu [mailto:helenxyl(at)yahoo(dot)com]
> Sent: 13 November 2001 00:38
> To: pgsql-odbc(at)postgresql(dot)org
> Subject: [ODBC] server --configure postgresql
>
>
> Hello Sir,
>
> Does your odbc driver support postgres7.0.3?

Yes.

> WE use postgre7.0.3 on linux.
> Could you help me to set uo a sysDSN:
>
> DATA SOURCE: hostname

Actually, datasource can be any name you like. This is just an identifier
for the DSN.

> database: database name,
> server: ?

server: hostname or IP address of the linux/postgresql server

> username: linux user

Only if you chosen authentication scheme is using the linux password
database (this is configured in $PGDATA/pg_hba.conf on the linux machine).

> password: password,
>

Hth, regards, Dave.

Browse pgsql-odbc by date

  From Date Subject
Next Message Andrea Aime 2001-11-15 07:23:58 Re: PostgreSQL ODBC Driver Website
Previous Message Dave Page 2001-11-14 20:41:14 PostgreSQL ODBC Driver Website