Forum .LRN Q&A: Re: Ecommerce error installation

Collapse
Posted by Dave Bauer on
Hi, looks like least is a built in funciton in newer versions of PostgreSQL.

Try commenting out that function declartion in ecommerce-create.sql.

Collapse
Posted by Don Baccus on
Yes, greatest (value [, value]) and least (value [,value]) are now pre-declared. This is an oracle function that wasn't defined previously in PG, and also back then "create or replace" didn't exist.

I've removed the declaration from CVS HEAD.