Re: Truncate if exists

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Truncate if exists
Дата
Msg-id m2obk7we6i.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: Truncate if exists  (Christopher Browne <cbbrowne@gmail.com>)
Ответы Re: Truncate if exists
Re: Truncate if exists
Re: Truncate if exists
Список pgsql-hackers
Christopher Browne <cbbrowne@gmail.com> writes:
> I suggest the though of embracing statement modifiers in DDL, with
> some options possible:
>   a) { DDL STATEMENT } IF CONDITION;
>   b) { DDL STATEMENT } UNLESS CONDITION;

Just saying. I hate that. Makes it harder to read, that last bit at the
end of the command changes it all. It's cool for a linguist, I guess,
but we're not typing sentences at the psql prompt…

> where CONDITION has several possible forms:
>   i) {IF|UNLESS} ( SQL expression returning T/F )
>   ii) {IF|UNLESS} {EXISTS|NOT EXISTS}
> {TABLE|SCHEMA|COLUMN|FUNCTION|...} object_name

Now we're talking about T-SQL? Sorry, I suppose you didn't mean to lead
us that way, but I couldn't resist comparing. Soon enough you want a
full programming language there.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support



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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: Truncate if exists
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Truncate if exists