Rolling forward to 10.1, new issue...

Поиск
Список
Период
Сортировка
От Karl Denninger
Тема Rolling forward to 10.1, new issue...
Дата
Msg-id 77e478d5-2d89-2d7d-18af-0a786070b88a@denninger.net
обсуждение исходный текст
Ответы Re: Rolling forward to 10.1, new issue...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin

I'm starting to roll forward to 10.1 in a couple of places and have run into a very odd problem -- the "pgcrypto" functions disappeared.

I've got the contrib module loaded but the functions are not there.  For example:

pgsql=# select crypt('test', gen_salt('md5'));
ERROR:  function gen_salt(unknown) does not exist
LINE 1: select crypt('test', gen_salt('md5'));
                             ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.

I shut down the server in question, went back and re-made the pgcrypto contrib directory (it HAD been installed previously) and re-did the install, then restarted the server -- no change.  I've never seen this problem before....

Not quite sure where to look next..... any ideas?

--
Karl Denninger
karl@denninger.net
The Market Ticker
[S/MIME encrypted email preferred]
Вложения

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pg_receivexlog only captures WAL data, not *.backup?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Using 9.6 client with 10.0 server