Re: [GENERAL] DROP [TEMP] TABLE syntax, as reason why not?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] DROP [TEMP] TABLE syntax, as reason why not?
Дата
Msg-id 5297.1503536881@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [GENERAL] DROP [TEMP] TABLE syntax, as reason why not?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: [GENERAL] DROP [TEMP] TABLE syntax, as reason why not?
Re: [GENERAL] DROP [TEMP] TABLE syntax, as reason why not?
Список pgsql-general
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> I'm wondering if there is anything technical preventing someone from making:

> DROP TEMP TABLE tablename;

There is no great need for that because you can get the semantics you're
asking for with "DROP TABLE pg_temp.tablename".

            regards, tom lane


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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: [GENERAL] jdbc driver vis Release 10
Следующее
От: Kevin Golding
Дата:
Сообщение: [GENERAL] 'value too long' and before insert/update trigger