Here's a preliminary report on LedgerSMB 1.2 and PostgreSQL 9.

First off, I have not found any problems running this combination in a
series of operations I expected to be most problematic.  Everything
seems to be running as expected.  There are, however, a few minor
differences that are worth documenting.

First, PLPGSQL comes standard with new db's in Pg 9.  This means that
while the db "superuser" login for the db setup routine must still
have permission to create the db, it no longer needs to be a superuser
proper.  As long as the user can create databases, the routines will
work properly.

This means one CAN use a user like "ledgersmb" (with create database
permissions) as both the user and superuser in that database creation
wizard.  No errors occur due to the fact that we try to create a
language that already exists in the db.

Otherwise I haven't found any other differences.  I am willing to say
Pg 9 is supported for 1.2 at this point, but that the documentation
should be adjusted to note the above changes for future releases.

Any other feedback?

Best Wishes,
Chris Travers

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel

Reply via email to