Re: [SQL] "Installing" dbLink

2006-02-25 Thread Richard C
Hi. Thanks for the assistance. I have another question. Is it possible to install this function on Window XP?"A. Kretschmer" <[EMAIL PROTECTED]> wrote: am 24.02.2006, um 11:48:44 + mailte Richard C folgendes:> Hi> > When I execute the query: > > SELECT *> FROM dblink('dbname=Bas','SELECT id FR

Re: [SQL] "Installing" dbLink

2006-02-24 Thread A. Kretschmer
am 24.02.2006, um 11:48:44 + mailte Richard C folgendes: > Hi > > When I execute the query: > > SELECT * > FROM dblink('dbname=Bas','SELECT id FROM person') AS t(a int) > WHERE t.a > 9000 AND T.a < 9050; > > I receive the error message > > ERROR: function dblink("unkn

[SQL] "Installing" dbLink

2006-02-24 Thread Richard C
Hi   When I execute the query:   SELECT *FROM dblink('dbname=Bas','SELECT id FROM person') AS t(a int)WHERE t.a > 9000 AND T.a < 9050;   I receive the error message   ERROR:  function dblink("unknown", "unknown") does not exist   How do I install or setup the function dbLink so that I ca