Re: basic postgres questions... - Mailing list pgsql-general

From woodb@niwa.co.nz
Subject Re: basic postgres questions...
Date
Msg-id 61743.203.97.249.147.1179352397.squirrel@secure.niwa.co.nz
Whole thread Raw
In response to basic postgres questions...  ("bruce" <bedouglas@earthlink.net>)
List pgsql-general
> hey.. .
>
> can someone point me to the cmds that i'd use in order to see what
> databases
> are created in my postgres app. i need to see what's here, and then i need
> to know the cmd to then delete a given database, and the underlying
> tables.

from the OS command line, psql -l will list the available Postgres databases

For general info on this sort of admin task, see
http://www.postgresql.org/docs/8.2/static/managing-databases.html


> also, is there an irc channel for postgres!
See: http://www.postgresql.org/community/irc.html

there are several...


Cheers,

  Brent Wood


pgsql-general by date:

Previous
From: Kimball
Date:
Subject: tsearch2 keep throw-away characters
Next
From: Henry
Date:
Subject: Committing in a trigger