Conditionally create table problem

Поиск
Список
Период
Сортировка
От Wei Weng
Тема Conditionally create table problem
Дата
Msg-id 20020118145946.0c4d957b.wweng@kencast.com
обсуждение исходный текст
Ответ на changing a definition in a dump file?  ("postgresql" <pgsql@symcom.com>)
Список pgsql-sql
Is there better way to conditionally create tables rather than doing
SELECT sp_CheckTable_tablename(); ?

(In sp_CheckTable_tablename, we will basically query the pg_tables and
create the table if it doesn't exists and do nothing it it does.)

TIA.

-- 
Wei Weng
Network Software Engineer
KenCast Inc.



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

Предыдущее
От: GB Clark
Дата:
Сообщение: Re: Problem with the postgresql operator.
Следующее
От: Murray Prior Hobbs
Дата:
Сообщение: Re: pltlc and pltlcu problems