Re: How do I save my tables?

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: How do I save my tables?
Date: 2013-09-17 13:11:31
Message-ID: l19kal$ers$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

David Johnston, 17.09.2013 14:59:
> You do not "save" tables. If you issue a successful CREATE TABLE statement
> that table will be permanent.

Unless you disabled auto-commit and forgot to commit the CREATE TABLE statement...

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Thomas Kellerer 2013-09-17 13:12:52 Re: How do I save my tables?
Previous Message David Johnston 2013-09-17 12:59:21 Re: How do I save my tables?