Re: dblink password required

Поиск
Список
Период
Сортировка
От Oliver Kohll - Mailing Lists
Тема Re: dblink password required
Дата
Msg-id 24F579A3-CC5D-4BE3-9860-09C1AAE4AFB1@agilebase.co.uk
обсуждение исходный текст
Ответ на Re: dblink password required  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
>>
>>> select * from dblink(‘dbname=database2 username=db_link password=mypassword','select username, email from appuser')
ast1(username text, email text);: 
>
> I think the problem is the above-          ^^^^^^^^^^^^^^^
>
> username=db_link should be user=db_link
>
> The accepted keywords are here:
> http://www.postgresql.org/docs/9.3/static/libpq-connect.html#LIBPQ-CONNSTRING

Yes that’s it, thanks.

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: Non-capturing expressions
Следующее
От: hari.fuchs@gmail.com
Дата:
Сообщение: Re: Finding date intersections