On Wed, 1 Nov 2000, magnus wrote:
> Hello,
> Can anyone tell me how to list (1.) databases and (2.) tables in a
> database using php?
To list databases, run
psql -l
from your unix shell prompt.
Once connected, enter \dt to list the tables.
--
Tod McQuillin