Re: counting columns - Mailing list pgsql-novice

From Travis Hoyt
Subject Re: counting columns
Date
Msg-id DBEMKMGOMJAGKAKEPPEGOEODCJAA.thoyt@npc.net
Whole thread Raw
In response to counting columns  ("Travis Hoyt" <thoyt@npc.net>)
List pgsql-novice
Nevermind,

Answered my own question.  select relnatts from pg_class where relname =
'myviewnamehere';



-----Original Message-----
From: pgsql-novice-owner@postgresql.org
[mailto:pgsql-novice-owner@postgresql.org]On Behalf Of Travis Hoyt
Sent: Tuesday, December 11, 2001 3:59 PM
To: pgsql-novice@postgresql.org
Subject: [NOVICE] counting columns


Is there a way to count the number of columns in a view?

Attachment

pgsql-novice by date:

Previous
From: "Travis Hoyt"
Date:
Subject: counting columns
Next
From: Luis Amigo
Date:
Subject: Re: trouble with query