Re: table synonyms

From: <jjeffman(at)cpovo(dot)net>
To: "Tino Wildenhain" <tino(at)wildenhain(dot)de>
Cc: <jjeffman(at)cpovo(dot)net>, "Postgresql-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: table synonyms
Date: 2005-05-24 16:49:40
Message-ID: 000601c56080$94494f80$0793f8c8@pegasus
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It will be a very pleasant idea. Although I am
an application developer I don't know if I have
enough knowledge to do that. Do you know how could
I help the PostgreSQL development ?

Another feature I missed is the "returning" clause
of the Oracle "INSERT" SQL command, which allow the
user to retrieve the "serial" value after an insert
command, which works even in a concurrent network
environment.

Thanks a lot.

--
Jayme Jeffman Filho
GSEE - PUCRS
+55 51 91123422

----- Original Message -----
From: Mike Nolan
To: tino(at)wildenhain(dot)de (Tino Wildenhain)
Sent: 24-May-2005 12:49:39 -0300
CC: jjeffman(at)cpovo(dot)net, pgsql-general(at)postgresql(dot)org
(Postgresql-General)
Subject: Re: [GENERAL] table synonyms
Unless it changed in 8, you can't insert into or update a view.

I don't know if rules will do the trick or not, to be honest I haven't
figured out what they can and cannot do.

As someone who used to use synonyms at the user/schema level in Oracle
as a way to restrict access to a subset tables based on user-specific
criteria (eg, restricting salesman 'X' to only his accounts in the
customer
master table), yes, synonyms would be nice.

But if you really want them, become part of the development effort.
--
Mike Nolan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2005-05-24 17:10:37 Re: table synonyms
Previous Message Tino Wildenhain 2005-05-24 16:39:29 Re: table synonyms