Friday 29 August 2003 9:50:30 am
The eZPublish 3 requirements page lists:
PostgreSQL version 7.1.3 or later.
But it appears that actually 7.3 is required. Setup makes the call:
SELECT pg_catalog.setval ( "ezbasket_s", 1, false);
But: http://archives.postgresql.org/pgsql-general/2003-01/msg00849.php describes pg_catalog.setval as a function not available before 7.3
|