{ "name": "colnames", "abstract": "Lists the column names in a PostgreSQL RECORD value", "version": "1.4.0", "maintainer": [ "Andrew Gierth ", "David E. Wheeler " ], "license": "postgresql", "provides": { "colnames": { "abstract": "Lists the column names in a PostgreSQL RECORD value", "file": "sql/colnames.sql", "docfile": "doc/colnames.mmd", "version": "1.1.0" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "8.2.0" } }, "test": { "requires": { "plpgsql": 0 } } }, "resources": { "bugtracker": { "web": "http://github.com/theory/colnames/issues/" }, "repository": { "url": "git://github.com/theory/colnames.git", "web": "http://github.com/theory/colnames/", "type": "git" } }, "generated_by": "David E. Wheeler", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "column names", "columns", "colnames", "record", "row", "composite" ] }