Re: Desc Commnad in pgsql? - Mailing list pgsql-sql

From Richard Huxton
Subject Re: Desc Commnad in pgsql?
Date
Msg-id 48071163.90706@archonet.com
Whole thread Raw
In response to Desc Commnad in pgsql?  (VG <vikasraigupta@gmail.com>)
List pgsql-sql
VG wrote:
> Hello All,
> 
> I like to know how can I achieve the same functionality that is give by desc
> commnad in mysql or oracle.

http://www.postgresql.org/docs/8.3/static/app-psql.html

See the \d command, e.g. "\d mytable"

There are many different backslash commands that can give you details on 
tables, views, functions, schemas etc.

> Also specify me the book related to pgsql as a beginner.

http://www.postgresql.org/docs/8.3/static/index.html
http://www.postgresql.org/docs/books/

> Presently my task is going to be communication of ruby with pgsql

Start here I suppose:
http://rubyforge.org/projects/ruby-pg/

--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: Desc Commnad in pgsql?
Next
From: Craig Ringer
Date:
Subject: Re: error codes