Re: File_FDW with example

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: File_FDW with example
Дата
Msg-id 4E08ECD4.9010009@agliodbs.com
обсуждение исходный текст
Ответ на Re: File_FDW with example  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-docs
> No, clearly not, because really.. Because the commands you've
> suggested don't work, do they?
> STATEMENT:  CREATE FOREIGN DATA WRAPPER file_fdw HANDLER file_fdw_handler;
> ERROR:  foreign-data wrapper "file_fdw" already exists
>
>
> because CREATE EXTENSION creates that one for you...

Ah, I think I combined code from non-create extension version with the
create extension version.  Need to fix that, with both examples.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: Geometric function example results
Следующее
От: SAKAMOTO Masahiko
Дата:
Сообщение: pg_roles has a column rolconfig, but it's not documented.