Postgresql: how to create table only if it does not already exist?

Posted by Fredriku73 on Stack Overflow See other posts from Stack Overflow or by Fredriku73
Published on 2009-01-12T13:43:37Z Indexed on 2010/05/06 1:48 UTC
Read the original article Hit count: 229

Filed under:
|
|

I am totally new to postgresql. How can I do a condition to create a table only if it does not already exists? Code example appreciated.

© Stack Overflow or respective owner

Related posts about postgresql

Related posts about sql