qualified column names - Mailing list pgsql-hackers

From Dave Cramer
Subject qualified column names
Date
Msg-id 1050592766.6918.33.camel@inspiron.cramers
Whole thread Raw
In response to Re: [GENERAL] Problem about pgsql's column alias  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
I didn't get a reply to this, I'm wondering if it just slipped through the cracks?


jdbc and I suspect odbc have a requirement to return the table, and
schema of a column in a result set.

for jdbc at least a possible solution is to return

schema.table.column for each column returned. This could be turned
off/on using  GUC variable.

functions, and computed fields can just return the column name as they
don't belong to a schema or table.

Does anyone have any other requirments?
-- 
Dave Cramer <dave@fastcrypt.com>
Cramer Consulting



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: For the ametures. (related to "Are we losing momentum?")
Next
From: "Dave Page"
Date:
Subject: Re: [pgadmin-hackers] pg_clog woes with 7.3.2 - Episode 2