Forums / Install & configuration / PostgreSQL 7.3 required for eZ3.1 setup

PostgreSQL 7.3 required for eZ3.1 setup

Author Message

Lauren Matheson

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

Lauren Matheson

Friday 29 August 2003 9:56:36 am

To work around replace all instances of pg_catalog.setval with setval in kernel/sql/postgresql/cleandata.sql.

Known to work with PostgreSQL 7.2.1

Jan Borsodi

Wednesday 03 September 2003 12:23:42 am

I believe this has been fixed for the 3.2 series, all SQL has plain setval usage. You can try the second beta which is coming out today, or wait for the stable release on 17. sep.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

christian stampf

Wednesday 01 October 2003 8:49:17 am

did you make any progress? is ez3.2-1 running on postgreSQL 7.3 by now?

it would help a lot to clear up this point.