Re: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist
Дата
Msg-id CAJKUy5hXPw0wMB-bQWMRD1GnfFOiOQNRB7JEzqqq7stsgimUdw@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist
Список pgsql-committers
On Sat, Jan 26, 2013 at 1:24 PM, Bruce Momjian <bruce@momjian.us> wrote:
> Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
>

you meant DROP TABLE IF EXISTS, right?

--
Jaime Casanova         www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
Phone: +593 4 5107566         Cell: +593 987171157


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Allow CREATE TABLE IF EXIST so succeed if the schema is nonexist
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Issue ERROR if FREEZE mode can't be honored by COPY