Mike,
You could take a look at:
http://www.oscommerce.com/
While it is not written for postgres but for mySql, it has all data base
access abstracted to a single include file, so it (potentially) could be
easy to adapt to postgres.
It is also not a finished project, but I think it's good enough already
for production usage.
Worths a look.
Just my 2c.
Csaba.
On Thu, 2003-12-11 at 03:39, Mike Nolan wrote:
> I may need to move a web store to another hosting facility or rewrite it.
>
> I will need to be able to tie it to the in-house order entry system
> (which is/will be in Postgresql) for inventory status information.
>
> Are there any commercial web store/shopping cart packages or host sites
> that run under PostgreSQL? I found one web store package in the pgsql
> project archives, but it looks like it may need a lot of tinkering to get
> it working.
> --
> Mike Nolan
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match