Re: [Ledger-smb-devel] Notices when creating tables

2011-06-16 Thread Chris Travers
This will be co,mmitted with my menu changes later tonight (ensuring that menus respect acls) Best Wishes. Chris Travers On Thu, Jun 16, 2011 at 4:21 AM, David A. Bandel wrote: > On Thu, Jun 16, 2011 at 03:06, Chris Travers wrote: >> On Wed, Jun 15, 2011 at 8:49 PM, Luke wrote: >>> On Wed, 15

Re: [Ledger-smb-devel] Notices when creating tables

2011-06-16 Thread David A. Bandel
On Thu, Jun 16, 2011 at 03:06, Chris Travers wrote: > On Wed, Jun 15, 2011 at 8:49 PM, Luke wrote: >> On Wed, 15 Jun 2011, Chris Travers wrote: >> >>> On Wed, Jun 15, 2011 at 6:56 PM, Luke >>> wrote: (1.3 installation) Found the error. In the Pg-database.sql script, I found I had to

Re: [Ledger-smb-devel] Notices when creating tables

2011-06-16 Thread Chris Travers
On Wed, Jun 15, 2011 at 8:49 PM, Luke wrote: > On Wed, 15 Jun 2011, Chris Travers wrote: > >> On Wed, Jun 15, 2011 at 6:56 PM, Luke >> wrote: >>> >>> (1.3 installation) >>> >>> Not being a PostGreSQL expert, should I be concerned at the rather huge >>> number of these notices during installation?

Re: [Ledger-smb-devel] Notices when creating tables

2011-06-15 Thread Luke
On Wed, 15 Jun 2011, Chris Travers wrote: On Wed, Jun 15, 2011 at 6:56 PM, Luke wrote: (1.3 installation) Not being a PostGreSQL expert, should I be concerned at the rather huge number of these notices during installation? NOTICE:  CREATE TABLE will create implicit sequence "entity_id_seq" f

Re: [Ledger-smb-devel] Notices when creating tables

2011-06-15 Thread David A. Bandel
On Wed, Jun 15, 2011 at 20:56, Luke wrote: > (1.3 installation) > > Not being a PostGreSQL expert, should I be concerned at the rather huge > number of these notices during installation? No. This is not an error, only a notice. When you create a column with certain constraints, like a "serial"

Re: [Ledger-smb-devel] Notices when creating tables

2011-06-15 Thread Chris Travers
On Wed, Jun 15, 2011 at 6:56 PM, Luke wrote: > (1.3 installation) > > Not being a PostGreSQL expert, should I be concerned at the rather huge > number of these notices during installation? > > NOTICE:  CREATE TABLE will create implicit sequence "entity_id_seq" for > serial column "entity.id" > NOT