Re: pl sql to check if table of table_name exists

Поиск
Список
Период
Сортировка
От Sim Zacks
Тема Re: pl sql to check if table of table_name exists
Дата
Msg-id d0pamh$2l83$1@news.hub.org
обсуждение исходный текст
Ответ на Re: pl sql to check if table of table_name exists  (Shaun Clements <ShaunC@relyant.co.za>)
Список pgsql-general
select your_tablename from pg_class where relkind='r'

Hi

Hate to ask, but it isnt obvious to me from the documentation.
How do I perform a query in pgplsql, to check it a table exists of a particular name.

Thanks in advance

Kind Regards,
Shaun Clements

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

Предыдущее
От: go
Дата:
Сообщение: Locale problem
Следующее
От: "Sim Zacks"
Дата:
Сообщение: Re: pl sql to check if table of table_name exists