> Much like yourself, I have been searching for a way to create synonyms
> in Postgres. I think that I have found a hack / solution to our
> problem.
...
> What I did, was to make use of the Postgres inheritance feature.
> This in turn effectively creates an alias:
> CREATE TABLE foo (bar int n
On Tue, 12 Oct 2004 15:04:14 +0200, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Hello !
>
> I am trying to find some informations about the SQL command "create
> synonym".
>
> The command "create synonym" does not exit in the Postgres database.
>
> I had tested with the latest version (postgr
[EMAIL PROTECTED] wrote:
> Could you say if this command will be implemanted in a future version
> of a postgres database ?
I'm not currently aware of any concrete proposals to implement this
feature, but previous discussion has not shown any strong resistance
against the concept.
--
Peter Eis
Hello !
I am trying to find some informations about the SQL command "create
synonym".
The command "create synonym" does not exit in the Postgres database.
I had tested with the latest version (postgres8.0 beta3) and this command
is not present.
I supposed that this command "create synnonym" is