Re: [SQL] Information about the command SQL " create synonym".

2005-02-03 Thread Karsten Hilbert
> 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

Re: [SQL] Information about the command SQL " create synonym".

2005-02-03 Thread Philip Patterson
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

Re: [SQL] Information about the command SQL " create synonym".

2004-10-12 Thread Peter Eisentraut
[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

[SQL] Information about the command SQL " create synonym".

2004-10-12 Thread Gerald . Laurent
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