Conditionally create table problem - Mailing list pgsql-sql

From Wei Weng
Subject Conditionally create table problem
Date
Msg-id 20020118145946.0c4d957b.wweng@kencast.com
Whole thread Raw
In response to changing a definition in a dump file?  ("postgresql" <pgsql@symcom.com>)
List 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 by date:

Previous
From: GB Clark
Date:
Subject: Re: Problem with the postgresql operator.
Next
From: Murray Prior Hobbs
Date:
Subject: Re: pltlc and pltlcu problems