Re: [Gambas-user] gb3 and postgresql indexes

2010-09-15 Thread Benoît Minisini
> Hi Benoît > > have You some news about it. > > Thanks, > Emanuele Yep. It should be fixed in revision #3222. Regards, -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances and start using

Re: [Gambas-user] gb3 and postgresql indexes

2010-09-15 Thread emanuele sottocorno
Hi Benoît have You some news about it. Thanks, Emanuele -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. h

Re: [Gambas-user] gb3 and postgresql indexes

2010-09-09 Thread emanuele sottocorno
Here the console output during function execution. NOTICE: table "sezioni" does not exist, skipping NOTICE: CREATE TABLE will create implicit sequence "sezioni_idsezione_seq" for serial column "sezioni.idsezione" NOTICE: ALTER TABLE / ADD PRIMARY KEY will create implicit index "sezioni_pk" for

Re: [Gambas-user] gb3 and postgresql indexes

2010-09-09 Thread Benoît Minisini
> > -- Messaggio inoltrato -- > > From: "Benoît Minisini" > > To: mailing list for gambas users > > Date: Thu, 9 Sep 2010 03:10:27 +0200 > > Subject: Re: [Gambas-user] gb3 and postgresql indexes > > > >> Hi to all > >&

Re: [Gambas-user] gb3 and postgresql indexes

2010-09-09 Thread emanuele sottocorno
> -- Messaggio inoltrato -- > From: "Benoît Minisini" > To: mailing list for gambas users > Date: Thu, 9 Sep 2010 03:10:27 +0200 > Subject: Re: [Gambas-user] gb3 and postgresql indexes >> Hi to all >> creating  a table onto a postgresql db fa

Re: [Gambas-user] gb3 and postgresql indexes

2010-09-08 Thread Benoît Minisini
> Hi to all > creating a table onto a postgresql db fails when adding the index, this > is my code: > > Public Function CreaDbUtenti() As Boolean > Dim hConn As New Connection > Dim hTable As Table > With hConn > .Host = "localhost" > .Type = "postgresql" > .Port = "6532" > .Log

[Gambas-user] gb3 and postgresql indexes

2010-09-08 Thread Emanuele Sottocorno
Hi to all creating a table onto a postgresql db fails when adding the index, this is my code: Public Function CreaDbUtenti() As Boolean Dim hConn As New Connection Dim hTable As Table With hConn .Host = "localhost" .Type = "postgresql" .Port = "6532" .Login = "postgres" .Pa