Re: Return keys for values with dot-separation in joined statements

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexander Reichstadt <lxr(at)mac(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Return keys for values with dot-separation in joined statements
Date: 2012-03-12 17:09:20
Message-ID: 5713.1331572160@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alexander Reichstadt <lxr(at)mac(dot)com> writes:
> Is there a way or some setting on postgres server to tell postgres to use the fieldnames exactly as provided in the select?

You didn't say exactly which "API" you're using, but in libpq you could
look at the PQftable and PQftablecol column property inquiry functions.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alexander Reichstadt 2012-03-12 17:30:36 Re: Return keys for values with dot-separation in joined statements
Previous Message Alexander Reichstadt 2012-03-12 16:43:08 Return keys for values with dot-separation in joined statements