Re: pg_ ? - Mailing list pgsql-sql

From Achilleus Mantzios
Subject Re: pg_ ?
Date
Msg-id Pine.LNX.4.44.0305061547220.22644-100000@matrix.gatewaynet.com
Whole thread Raw
In response to pg_ ?  (Popeanga Marian <pmarian@cnlo.ro>)
List pgsql-sql
On Tue, 6 May 2003, Popeanga Marian wrote:

> Hello all,
> 
> 
>            Witch is the system view from where i can get columns for all 
> tables and views ?
> Just like when pgsql> \d view

refine (get rid of cmax/cmin.....) something like:

SELECT relname,attname from pg_attribute,pg_class where attrelid = 
pg_class.oid order by relname,attname;

> 
> 

-- 
==================================================================
Achilleus Mantzios
S/W Engineer
IT dept
Dynacom Tankers Mngmt
Nikis 4, Glyfada
Athens 16610
Greece
tel:    +30-210-8981112
fax:    +30-210-8981877
email:  achill@matrix.gatewaynet.com       mantzios@softlab.ece.ntua.gr



pgsql-sql by date:

Previous
From: "SZŰCS Gábor"
Date:
Subject: VACUUM FULL and ALTER TABLE do *nothing* in 7.3.2
Next
From: Achilleus Mantzios
Date:
Subject: Re: VACUUM FULL and ALTER TABLE do *nothing* in 7.3.2