For When You Can't Have The Real Thing
[ start | index | login ]
start > postgresql > List Databases

List Databases

Created by dave. Last edited by dave, 11 years and 344 days ago. Viewed 3,277 times. #1
[edit] [rdf]
labels
attachments

Problem

List all databases in Postgresql.

Solution

select datname from pg_database;
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt