This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
Name
get_attnames -- returns the attribute
names of a table
Synopsis
get_attnames(table)
Return Type
- list
-
List of attribute names.
Description
Given the name of a table, digs out the list of attribute
names.