Re: Get all names of tables in a database - Mailing list pgsql-novice

From Poul L. Christiansen
Subject Re: Get all names of tables in a database
Date
Msg-id 39588856.70838D7F@faroenet.fo
Whole thread Raw
In response to Get all names of tables in a database  (Thomas Weholt <Thomas@cintra.no>)
List pgsql-novice
1. Log into the database "psql databasename"
2. just write "\dt" to list the tables

And write "\h" and "\?" to see all the commands.

Thomas Weholt wrote:

> Hi,
>
> How can I get the names of all the tables in a database?
>
> Thomas


pgsql-novice by date:

Previous
From: Thomas Weholt
Date:
Subject: Get all names of tables in a database
Next
From: "Poul L. Christiansen"
Date:
Subject: Re: Get all names of tables in a database