Thread: Newbie question: How to check how many tables avaliable at that database?

Newbie question: How to check how many tables avaliable at that database?

From
Carfield Yim
Date:
I am a  new user of PostgreSQL dbms, how can I check how many tables
avaliable at that database?
--



Carfield Yim, visit my homepage at http://www.carfield.com.hk

Re: Newbie question: How to check how many tables avaliable at that database?

From
Nils Zonneveld
Date:

Carfield Yim wrote:
>
> I am a  new user of PostgreSQL dbms, how can I check how many tables
> avaliable at that database?

In the psql tool use \dt

HTH,

Nils