installing dblink

Поиск
Список
Период
Сортировка
От Oni
Тема installing dblink
Дата
Msg-id f642fc4f-d81f-48a0-ae6f-30a210e42f4c@11g2000prv.googlegroups.com
обсуждение исходный текст
Список pgsql-novice
Tried to do a "use database" within postgres.

Read the doco which said to use dblink. However this produced the
following error: "No function matches the given name and argument
types. You might need to add explicit type casts."

So installed
apt-get install postgresql-contrib-8.3

But it still didnt work. Read some more:
find /usr/share/postgresql -name dblink.sql  (/usr/share/postgresql/
8.3/contrib/dblink.sql)
cd /usr/share/postgresql/8.3/contrib
psql -d database -f  dblink.sql

psql database
SELECT * FROM dblink('dbname=database', 'select name, title from
pages') AS t1(name text, title text);

And hey presto it works... and it only took 3 hours.



В списке pgsql-novice по дате отправления:

Предыдущее
От: gargoyle60
Дата:
Сообщение: Re: Best starter book
Следующее
От: Dave Strenski
Дата:
Сообщение: Re: Does PstgreSQL run on the Cray XMT?