Re: iterating over relation's attributes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: iterating over relation's attributes
Date
Msg-id 25875.1178390756@sss.pgh.pa.us
Whole thread Raw
In response to iterating over relation's attributes  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: iterating over relation's attributes
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> What is the approved way to iterate over a relation's attributes?

Most places scan through the relation's tuple descriptor, rather
than expending multiple catalog lookups in pg_attribute.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: array type name mangling
Next
From: Tom Lane
Date:
Subject: Re: array type name mangling