Re: Return keys for values with dot-separation in joined statements - Mailing list pgsql-general

From Tom Lane
Subject Re: Return keys for values with dot-separation in joined statements
Date
Msg-id 5713.1331572160@sss.pgh.pa.us
Whole thread Raw
In response to Return keys for values with dot-separation in joined statements  (Alexander Reichstadt <lxr@mac.com>)
Responses Re: Return keys for values with dot-separation in joined statements
List pgsql-general
Alexander Reichstadt <lxr@mac.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

pgsql-general by date:

Previous
From: Alexander Reichstadt
Date:
Subject: Return keys for values with dot-separation in joined statements
Next
From: Alexander Reichstadt
Date:
Subject: Re: Return keys for values with dot-separation in joined statements