Обсуждение: stupid question about databases

Поиск
Список
Период
Сортировка

stupid question about databases

От
Roman Fischer
Дата:
Half an hour ago I installed my first PostgreSQL 7.2.1 on my old iMac and it
works (I am really exited!!!).

Now I read about creating, accessing and destroying databases, but how can I
find  out which databases are created (maybe necessary after a while ;-) ?

I know my question is stupid (maybe I am too).

Thank you

Roman



Re: stupid question about databases

От
Bruno Wolff III
Дата:
On Sat, Aug 17, 2002 at 12:48:38 +0200,
  Roman Fischer <Roman.Fischer@teleweb.at> wrote:
> Half an hour ago I installed my first PostgreSQL 7.2.1 on my old iMac and it
> works (I am really exited!!!).
>
> Now I read about creating, accessing and destroying databases, but how can I
> find  out which databases are created (maybe necessary after a while ;-) ?
>
> I know my question is stupid (maybe I am too).

In psql you can use \l .

I find it is generally a good idea to skim through the documentation at
least once to get an idea of what is there. Then I go back and read the
parts I find most interesting or important more carefully.

Re: stupid question about databases

От
Roman Fischer
Дата:
Bruno, Oliver, Paul, Peter,

Thank you all for your help!!! Don't be angry that I still not read all
documentation, I printed it out yesterday and had no chance to read it all
(but I will ;-)

Roman