Re: pgcrypto and dblink

Поиск
Список
Период
Сортировка
От Chris Browne
Тема Re: pgcrypto and dblink
Дата
Msg-id 60fxttxrrj.fsf@dba2.int.libertyrms.com
обсуждение исходный текст
Ответ на pgcrypto and dblink  ("Roberts, Jon" <Jon.Roberts@asurion.com>)
Список pgsql-general
Jon.Roberts@asurion.com ("Roberts, Jon") writes:
> I am moving from Windows to Solaris and I need pgcrypto and dblink.
> Where are these?  I don't see anything in the configure that suggests it
> is even an option.

They are part of the set of "contrib" functions.

You head to directory "contrib", and, if those are the only ones you
need, head assortedly to:

a) contrib/pgcrypto, and run "make install" to install that, then

b) contrib/dblink, and (surprise!) run "make install" to install it.

That compiles anything that needs to be compiled, and stows the object
code in the installation's "lib" area, and stows scripts to activate
the respective services in the installation's "share" area.

So step c) and d) would be...

c) Load, into whichever databases you want to use these functions in,
the script
   share/contrib/pgcrypto.sql

d) Load, into whichever databases you want to use these functions in,
the script
   share/contrib/dblink.sql
--
(reverse (concatenate 'string "ofni.secnanifxunil" "@" "enworbbc"))
http://cbbrowne.com/info/languages.html
Monday is an awful way to spend one seventh of your life.  -- Unknown

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

Предыдущее
От: Chris Browne
Дата:
Сообщение: Re: Way to shutdown/freeze/stop an individual database without taking postmaster down?
Следующее
От: kevin kempter
Дата:
Сообщение: Date / interval question