per-session (or persistent) table (and column) aliases - Mailing list pgsql-general

From David Garamond
Subject per-session (or persistent) table (and column) aliases
Date
Msg-id 40E5B7E8.6030105@zara.6.isreserved.com
Whole thread Raw
Responses Re: per-session (or persistent) table (and column) aliases  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-general
  CREATE TABLE somereallylongname1 (...);
  CREATE TABLEALIAS name1 somereallylongname1;
  SELECT * FROM name1 ...;

Is there such a thing? I know there's alias in SELECT and completion in
psql (or even views). But this is more like a filesystem
symlink/hardlink. Would this be cool/useful?

--
dave


pgsql-general by date:

Previous
From: joseph speigle
Date:
Subject: Re: How to add an userA to login postgresadmin
Next
From: Peter Eisentraut
Date:
Subject: Re: per-session (or persistent) table (and column) aliases