pg_field_name
Returns the name of a field
&reftitle.description;
stringpg_field_name
PgSql\Resultresult
intfield
pg_field_name returns the name of the field
occupying the given field in the
given result instance. Field
numbering starts from 0.
This function used to be called pg_fieldname.
&reftitle.parameters;
result
&pgsql.parameter.result;
field
Field number, starting from 0.
&reftitle.returnvalues;
The field name.
&reftitle.changelog;
&Version;
&Description;
&pgsql.changelog.result-object;
&reftitle.examples;
Getting information about fields
]]>
&example.outputs;
&reftitle.seealso;
pg_field_num