Re: create or replace for tables and schemas

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: create or replace for tables and schemas
Дата
Msg-id 20070827113917.GA5353@svana.org
обсуждение исходный текст
Ответ на create or replace for tables and schemas  ("Marcelo de Moraes Serpa" <celoserpa@gmail.com>)
Ответы Re: create or replace for tables and schemas  ("Marcelo de Moraes Serpa" <celoserpa@gmail.com>)
Список pgsql-general
On Mon, Aug 27, 2007 at 08:24:51AM -0300, Marcelo de Moraes Serpa wrote:
> With this in mind, I'd like to know if there is something like CREATE OR
> REPLACE for tables and schemas so that if the object already exists, it will
> just replace it.

Looks lke DROP IF EXISTS was made for you.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: "Marcelo de Moraes Serpa"
Дата:
Сообщение: create or replace for tables and schemas
Следующее
От: "Marcelo de Moraes Serpa"
Дата:
Сообщение: Re: create or replace for tables and schemas