Nicole
2015-11-04 16:39:17 UTC
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
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
--
Sent via pgsql-bugs mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
Sent via pgsql-bugs mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs