Re: what is command to view data inside the table - Mailing list pgsql-novice

From stig erikson
Subject Re: what is command to view data inside the table
Date
Msg-id d3d9cr$iub$1@news.hub.org
Whole thread Raw
In response to what is command to view data inside the table  ("jo ." <joseph@ciphercom.net>)
List pgsql-novice
jo . wrote:
> Hi,
>
> I just have a simple question... I have a database named "ibs" and I have table named "users"...how can I see what
dataare inside the "users" table? 
>
> thanks
>
>
> ---------------------------------
> Get Your free Email at http://mail.ciphercom.net
> Powered by AEBC Servers
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>


if you are connected to the database you can do
SELECT * FROM users;

pgsql-novice by date:

Previous
From: Andy Dunlop
Date:
Subject: Postgres startup
Next
From: Tom Lane
Date:
Subject: Re: Postgres startup