Search Postgresql Archives

Re: Recreate database but old tables still present

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Le 24/02/2011 16:49, gvim a écrit :
> PostgreSQL 9.0.3/Mac OS X 10.6.6
> 
> I need to recreate a database at regular intervals and what normally
> works is:
> 
> user$: dropdb -U myuser -h localhost mydb;
> 
> user $: psql -U myuser -h localhost mydb;
> psql: FATAL: database "mydb" does not exist
> 
> user$: createdb -U myuser -h localhost mydb;
> 
> Now, for some reason, when I recreate the datbase the old tables are
> still present. I've tried the same procedure using a psql login but the
> result is the same.
> 

You probably created your tables in the template1 database. Check this
database if they appear here too.


-- 
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux