Re: [Gambas-user] Database manager Save Table problem

2009-09-11 Thread Benoît Minisini
> > Benoît Minisini a écrit : > > ... > > > > > Apparently on other database systems, two index can have the same name > > > provided they are on different tables. > > > > ? strange (and I'm not sure this fit in SQLs standards) > > > > However, in PG, you can't have a doublon, either it is from tab

Re: [Gambas-user] Database manager Save Table problem

2009-09-10 Thread Benoît Minisini
> Benoît Minisini a écrit : > ... > > > Apparently on other database systems, two index can have the same name > > provided they are on different tables. > > ? strange (and I'm not sure this fit in SQLs standards) > > However, in PG, you can't have a doublon, either it is from tables, > indexes

Re: [Gambas-user] Database manager Save Table problem

2009-09-10 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : ... > Apparently on other database systems, two index can have the same name > provided they are on different tables. ? strange (and I'm not sure this fit in SQLs standards) However, in PG, you can't have a doublon, either it is from tables, indexes, sequences (exceptio

Re: [Gambas-user] Database manager Save Table problem

2009-09-10 Thread Richard Frost
Benoît Minisini wrote: >> I m a new Gambas2 user, and I am not sure where "little things" like >> this should be posted, so if it should be somewhere else, please let me >> know. >> >> My system is Ubuntu Jaunty 9.04, Gambas2-2.15.2, Postgresql >> >> In the Database Manager, when I save changes to

Re: [Gambas-user] Database manager Save Table problem

2009-09-10 Thread Benoît Minisini
> I m a new Gambas2 user, and I am not sure where "little things" like > this should be posted, so if it should be somewhere else, please let me > know. > > My system is Ubuntu Jaunty 9.04, Gambas2-2.15.2, Postgresql > > In the Database Manager, when I save changes to a table which has an > index

Re: [Gambas-user] Database manager Save Table problem

2009-09-10 Thread Charlie Reinl
Am Donnerstag, den 10.09.2009, 12:08 -0400 schrieb Richard Frost: > I m a new Gambas2 user, and I am not sure where "little things" like > this should be posted, so if it should be somewhere else, please let me > know. > > My system is Ubuntu Jaunty 9.04, Gambas2-2.15.2, Postgresql > > In the D

[Gambas-user] Database manager Save Table problem

2009-09-10 Thread Richard Frost
I m a new Gambas2 user, and I am not sure where "little things" like this should be posted, so if it should be somewhere else, please let me know. My system is Ubuntu Jaunty 9.04, Gambas2-2.15.2, Postgresql In the Database Manager, when I save changes to a table which has an index defined, I g