Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Querying Headers


  • From: pw <p(dot)willis(at)telus(dot)net>
  • To: pgsql-general(at)postgresql(dot)org
  • Subject: Querying Headers
  • Date: Fri, 29 Feb 2008 15:30:27 -0800
  • Message-id: <47C89593.4040502@telus.net> <text/plain>

Hello,

I am curious if there is a postgresql function that will
return a list of header names based on an input query text.

ie:


select return_headers("SELECT name, date, shape FROM some_table;") as headers;

returning:

headers
-------
name
date
shape


Thanks for any help.

Pw



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group