Thread: Re: postgres 7.0.2

Re: postgres 7.0.2

From
"Mario Weilguni"
Date:
...
>Actually, I think I understand the question.  The original person wants to
>be able to do a query and get a result containing a list of
>databases.   AFAIK, there isn't a way to do this using standard SQL-like
>statements.  Somebody correct me if I'm wrong.


I cannot test this now, but I think
"select * from pg_database" should do it.

Mario