> 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 ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq