| От | Tom Lane |
|---|---|
| Тема | Re: UUID - 8.4.2 |
| Дата | |
| Msg-id | 20744.1264023257@sss.pgh.pa.us обсуждение |
| Ответ на | Re: UUID - 8.4.2 ("Morris, Roy" <rmorris@internetsecure.com>) |
| Список | pgsql-novice |
"Morris, Roy" <rmorris@internetsecure.com> writes:
> postgres=# CREATE FUNCTION
> postgres-# uuid_in(CSTRING) RETURNS uuid
> postgres-# STRICT
> postgres-# LANGUAGE C AS '/usr/lib/pgsql/uuid.so', 'pg_uuid_in';
> ERROR: could not access file "/usr/lib/pgsql/uuid.so": No such file or
> directory
Um ... why are you trying to do that? uuid_in is built in as of 8.4.
It looks to me like you are trying to force the thing to take
definitions from an old version of contrib/uuid, and that's not gonna
work.
If you've got these definitions in an old dump file, just ignore the
errors on load.
regards, tom lane
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера