Re: Outputting the Tables of a database
Poul L. Christiansen <plc@faroenet.fo>
From: "Poul L. Christiansen" <plc@faroenet.fo>
To: "Brian C. Doyle" <bcdoyle@mindspring.com>
Cc: Pgsql-Sql <pgsql-sql@postgresql.org>
Date: 2000-06-14T16:07:18Z
Lists: 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.