Version 9.4 CREATE FUNCTION - ERROR: type xxxx does not exist create function

Поиск
Список
Период
Сортировка
От Nicole
Тема Version 9.4 CREATE FUNCTION - ERROR: type xxxx does not exist create function
Дата
Msg-id 563A34B5.8060808@gmail.com
обсуждение исходный текст
Ответы Re: Version 9.4 CREATE FUNCTION - ERROR: type xxxx does not exist create function
Список pgsql-bugs
Given this function body:

DECLARE
   recurrence Client_Appointment_Recurrences;
   ...
BEGIN
   ...
END

and a table called "Client_Appointment_Recurrences", the message is
"ERROR: type client_appointment_recurrences does not exist".

Rename the table to "client_appointment_recurrences" and the error vanishes

Regards

Nicole

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

Предыдущее
От: breen@rtda.com
Дата:
Сообщение: BUG #13755: pgwin32_is_service not checking if SECURITY_SERVICE_SID is disabled
Следующее
От: Nicole
Дата:
Сообщение: Version 9.4 CREATE FUNCTION - ERROR: type xxxx does not exist create function