wildcard alias - Mailing list pgsql-general

From Matthew Terenzio
Subject wildcard alias
Date
Msg-id 4e289ae65995578a4d160bc20afe5b01@jobsforge.com
Whole thread Raw
Responses Re: wildcard alias
Re: wildcard alias
List pgsql-general
I suppose I should have named things differently but is there a way to
join two tables with a bunch of identical column names and rather than
explicitly alias each column just use some sort of wildcard like:

SELECT tablename.* AS  alias.*

OR do I have to name each column like:

columnname as alias

Thanks much.


pgsql-general by date:

Previous
From: "Brendan Jurd"
Date:
Subject: Re: Request for replication advice
Next
From: Martijn van Oosterhout
Date:
Subject: Re: wildcard alias