Re: Mail an JDBC driver

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: Mail an JDBC driver
Дата
Msg-id CAB=Je-H_eLvpKkWjRG_nNtuc1_MjsaPQuh-sNrnmQzp0aKjXNQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Mail an JDBC driver  (KUNES Michael <Michael.KUNES@frequentis.com>)
Список pgsql-jdbc

we change the schema name by extending the file that we create via pg_dump.

I wonder if there is a proper pg_dump solution so the schema can be imported with different name without resorting to "alter schema rename".

That would pretty much cover the case.

In any case, "importing tables and renaming schemas while the application is using them" is an awful idea.
You'd better implement some "switch" that is triggered as the new schema is ready (e.g. import to another schema, and set search_path).

Vladimir

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

Предыдущее
От: KUNES Michael
Дата:
Сообщение: Re: Mail an JDBC driver
Следующее
От: Vladimir Sitnikov
Дата:
Сообщение: v2 protocol: is it still used?