| От | Paul Jungwirth |
|---|---|
| Тема | Re: [GENERAL] type "xxxxxxx" does not exist |
| Дата | |
| Msg-id | 0c1234a7-4d20-32b2-3a47-1db52fc47c34@illuminatedcomputing.com обсуждение исходный текст |
| Ответ на | [GENERAL] type "xxxxxxx" does not exist (Micky Hulse <mickyhulse@gmail.com>) |
| Ответы |
Re: [GENERAL] type "xxxxxxx" does not exist
|
| Список | pgsql-general |
On 05/19/2017 01:06 PM, Micky Hulse wrote:
> ERROR: type "xxx_xxx_xxxxx" does not exist
> LINE 1: DECLARE results xxx_xxx_xxxxx;
It sounds like the type might be in a different schema. You can say \dn
to see the schemas in your database, and \dT+ will show the types along
with their schema. You could also do \dT+ foo.* to see all the types in
schema foo.
If you find that the type isn't in the public schema, try setting your
schema search path so that the function can locate it, e.g.:
SET search_path TO foo, public;
Good luck!
Paul
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера