Re: [GENERAL] pgAdmin 3 index display problem

2010-11-01 Thread Guillaume Lelarge
Le 01/11/2010 06:41, Eduardas Tcpa a écrit : >> >> Hello I'm getting into strange problem with pgAdmin 3. >> As we all know, PostgreSQL enforces index creation on primary key's. >> The problem with this is the fact, that when i create a table in pgAdmin's >> sql editor, in result window i'm getting

Re: [GENERAL] pgAdmin 3 index display problem

2010-11-01 Thread Thom Brown
On 1 November 2010 13:41, Eduardas Tcpa wrote: > Hello I'm getting into strange problem with pgAdmin 3. >> As we all know, PostgreSQL enforces index creation on primary key's. >> The problem with this is the fact, that when i create a table in pgAdmin's >> sql editor, in result window i'm getting

Re: [GENERAL] pgAdmin 3 index display problem

2010-11-01 Thread Eduardas Tcpa
> > Hello I'm getting into strange problem with pgAdmin 3. > As we all know, PostgreSQL enforces index creation on primary key's. > The problem with this is the fact, that when i create a table in pgAdmin's > sql editor, in result window i'm getting success and a note that an index > will be create