Re: basic DB questions

From: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: basic DB questions
Date: 2008-10-16 18:24:35
Message-ID: 20081016182435.GA11375@tux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Isabella Ghiurea <isabella(dot)ghiurea(at)nrc-cnrc(dot)gc(dot)ca> schrieb:

>
> Hi,
> I'm trying to learn PG, here are my very basic questions,
> -how to switch between db's in a Pg cluster ( with 2 aka : db1 & db2) ,
> as user postrges using;'psql

\c <other_db>

> - what will always be the the default db when first I call psql

without a db? A db called <your_username>

Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly." (unknown)
Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Sean Davis 2008-10-16 18:29:31 Re: basic DB questions
Previous Message Isabella Ghiurea 2008-10-16 18:20:52 basic DB questions