drop table if exists mytable;

Поиск
Список
Период
Сортировка
От Anton Melser
Тема drop table if exists mytable;
Дата
Msg-id 92d3a4950702100644s58379953i2a0d73cd00d8096d@mail.gmail.com
обсуждение исходный текст
Ответы Re: drop table if exists mytable;
Re: drop table if exists mytable;
Список pgsql-general
Hi,
I need to do a "drop table if exists" type thing. I realise I can
easily look in pg_tables, but for testing (if), don't I need to use a
procedural language? In which case, I will need to install it if it
doesn't exist - but I don't know how to test to see whether a language
exists without using a language!
Am I missing something simple here? Is there no way to do this outside
of a function?
Cheers
Antoine

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