On Fri, Jun 25, 2010 at 7:10 AM, javijava <[email protected]> wrote: > > Hi, > > i'm newby in postgre sql world. > > i need to know how to do a simple script that create a database,the y > select it (in other languajes using USE) and after create tables with this > database. > > > How can I say "use name_database" on postgre sql?
You have to re-connect to use a different db in pgsql. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
