Re: List of data bases

From: David Link <dlink(at)soundscan(dot)com>
To: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: List of data bases
Date: 2001-10-23 13:46:52
Message-ID: 3BD574CC.E32D2BF8@soundscan.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> is there a way to list all data bases I've created so far?
>

One way is to list out the subdirectories under $PGDATA/base

$ cd $PGDATA/base
$ ls

There should be a subdirectory per database if you haven't used
alternate PGDATA areas.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Brett W. McCoy 2001-10-23 14:18:14 Re: List of data bases
Previous Message Duncan Adams (DNS) 2001-10-23 13:32:52 Re: List of data bases