Re: [postgis-users] pg_dump -s should use add_geometrycolumn(...)

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: [postgis-users] pg_dump -s should use add_geometrycolumn(...)
Дата
Msg-id 503F29C0.2020906@ringerc.id.au
обсуждение исходный текст
Ответ на Re: [postgis-users] pg_dump -s should use add_geometrycolumn(...)  (Willy-Bas Loos <willybas@gmail.com>)
Список pgsql-general
On 08/30/2012 04:40 PM, Willy-Bas Loos wrote:

> (why not a separate catalog with all the functions and types etc? hmz
> maybe because you'd need to change the search_path, which is in
> postgresql.conf)

You can choose which schema an extension goes into when you CREATE
EXTENSION. See the documentation.

You don't have to set search_path in postgresql.conf ; it can be set
per-session with `SET search_path` and can also be set per-user,
per-database and per-function.

--
Craig Ringer


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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: [BUGS] PostGreSQL pgdac - C++ Builder 2007
Следующее
От: Nicola Cisternino
Дата:
Сообщение: Re: String comparision in PostgreSQL