command to view the tables

Started by Shwe Yee Thanover 18 years ago2 messagesgeneral
Jump to latest
#1Shwe Yee Than
shweyeesyt@yahoo.com

Hi all,

I'm new to postgresql. I'm running postgresql database on Linux platform. I just wanna know the command to view all the tables inside a specific database. Can anyone tell me?

Thanks!

~Shwe~

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

#2Ow Mun Heng
Ow.Mun.Heng@wdc.com
In reply to: Shwe Yee Than (#1)
Re: command to view the tables

On Sun, 2007-10-21 at 20:35 -0700, Shwe Yee Than wrote:

I'm new to postgresql. I'm running postgresql database on Linux
platform. I just wanna know the command to view all the tables inside
a specific database. Can anyone tell me?

\d would be what you use in psql

or just do a \? for help..