Re: Synonym

From: will trillich <will(at)serensoft(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Synonym
Date: 2001-05-11 21:41:19
Message-ID: 20010511164119.D18098@serensoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, May 11, 2001 at 02:04:18PM +0200, snpe wrote:
> Hello,
> Can I created synonym for tables,views,functions ... in postgresql ?

well you can create a view which simulates a table:

create view clone as
select * from originaltable;

but that may not be what you're after.

--
don't visit this page. it's bad for you. take my expert word for it.
http://www.salon.com/people/col/pagl/2001/03/21/spring/index1.html

will(at)serensoft(dot)com
http://sourceforge.net/projects/newbiedoc -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

In response to

  • Synonym at 2001-05-11 12:04:18 from snpe

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-05-11 21:55:43 Re: PL/Perl without shared libperl.a
Previous Message will trillich 2001-05-11 21:26:39 Re: single quotes in a select statement