Re: Default connection parameters for postgres_fdw and dblink

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Default connection parameters for postgres_fdw and dblink
Дата
Msg-id 1363979212.21411.4.camel@sussancws0025
обсуждение исходный текст
Ответ на Default connection parameters for postgres_fdw and dblink  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Default connection parameters for postgres_fdw and dblink  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, 2013-03-22 at 12:19 -0400, Tom Lane wrote:
> Is there a better way to handle all this?  It may be too late to rethink
> dblink's behavior anyhow, but perhaps it's not too late to change
> postgres_fdw.  I think though that once we let 9.3 out the door, it
> *will* be too late to make any major changes, because postgres_fdw's
> usage is going to go through the roof now that it can do remote updates.

The first thing that occurs to me is to have postgres_fdw install some
GUCs with reasonable defaults.

Perhaps the default could be a magic value that is replaced by the
current user or something (similar to search_path).

Regards,Jeff Davis





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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: Page replacement algorithm in buffer cache
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgres_fdw vs data formatting GUCs (was Re: [v9.3] writable foreign tables)