Re: What is the best way to select all user defined field names in a table?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Yasuo Ohgaki" <yasuo_ohgaki@hotmail.com>
Cc: pgsql-general@postgresql.org
Date: 2001-02-28T06:32:16Z
Lists: pgsql-general
"Yasuo Ohgaki" <yasuo_ohgaki@hotmail.com> writes:
> It seems pg_attribute does not have flag to distinguish user defined fields.

attnum > 0 indicates a user field.

			regards, tom lane