Re: Connect to remote database via psql?

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема Re: Connect to remote database via psql?
Дата
Msg-id 20060609082029.GB8153@soptik.pzkagis.cz
обсуждение исходный текст
Ответ на Connect to remote database via psql?  ("Mr. DBA" <dba@ciberforce.net>)
Список pgsql-odbc
> I've setup an ODBC connection from my Linux/Postgres laptop to
> a Lunux/postgres server. I can connect via isql to the remote database.
>
> How can I select data from the remote database from within an sql
> statement in psql on my local machine?

Is it ODBC related? I think psql isn't our focus.
BTW psql have to be connected to some backend (PgSQL server). So
I'm not sure if I understand you well.

> For example I'd like to be able to specify the server@database.table
> to connect on the fly from straight SQL.
>
> Is this possible?

You could look at contrib/dblink. It could be what are you looking for.

Regards,

Luf

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Ludek Finstrle
Дата:
Сообщение: Re: Patch for snprintf problem (bug #1000650)
Следующее
От: Ludek Finstrle
Дата:
Сообщение: Re: windows ODBC driver issues