Re: listing databases

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To:
Cc: <pgsql-php(at)postgresql(dot)org>
Subject: Re: listing databases
Date: 2000-11-01 16:41:43
Message-ID: 018701c04422$9df91ee0$330a0a0a@6014cwpza006
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

How would you use that with PHP though? Can you get the info back as
something you can parse or interpret?

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
----- Original Message -----
From: "Tod McQuillin" <devin(at)spamcop(dot)net>
To: "magnus" <reduct(at)asa(dot)de>
Cc: <pgsql-php(at)postgresql(dot)org>
Sent: Wednesday, November 01, 2000 11:05 AM
Subject: Re: [PHP] listing databases

> 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
>

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Adam Lang 2000-11-01 16:42:24 Re: listing databases
Previous Message Tod McQuillin 2000-11-01 16:10:38 Re: listing databases