Re: Outputting the Tables of a database - Mailing list pgsql-sql

From Poul L. Christiansen
Subject Re: Outputting the Tables of a database
Date
Msg-id 3947ADB6.B83B11D1@faroenet.fo
Whole thread Raw
In response to Outputting the Tables of a database  ("Brian C. Doyle" <bcdoyle@mindspring.com>)
List pgsql-sql
You could possibly use grep and awk to filter the output.

See "man grep" and "man awk" for details.

"Brian C. Doyle" wrote:

> Hello all,
>
> I am trying to out put the tables of a database. I have
>
> psql -d mydb -c "\d"
>
> This works but I am looking at turning on the html out put which it will
> not do.  If I am able to get just the table titles that would be most ideal.



pgsql-sql by date:

Previous
From: "Brian C. Doyle"
Date:
Subject: Outputting the Tables of a database
Next
From: "Brian C. Doyle"
Date:
Subject: Outputting the Tables of a database