Re: how to alias a table - Mailing list pgsql-general

From Tim Landscheidt
Subject Re: how to alias a table
Date
Msg-id m339wr3q3c.fsf@passepartout.tim-landscheidt.de
Whole thread Raw
In response to how to alias a table  (Ivan Sergio Borgonovo <mail@webthatworks.it>)
List pgsql-general
Ivan Sergio Borgonovo <mail@webthatworks.it> wrote:

> I'm refactoring some code and I'll find helpful to be able to alias
> tables.

> What I'd like to do would be to refer to the same table with an
> alias in the code and later substitute the alias with an actual VIEW.

> Of course I could define a view as
> select * from original_table
> right from the start but I'm worried this may incur in some overhead
> I currently can't afford.

Have you tried it?

Tim

pgsql-general by date:

Previous
From: Ivan Sergio Borgonovo
Date:
Subject: how to alias a table
Next
From: fdd sds
Date:
Subject: Re: how to alias a table