Re: [pgadmin-hackers] Copy/Paste table(s) functions

2011-04-17 Thread Guillaume Lelarge
Le 18/04/2011 05:27, Vladimir Kokovic a écrit : > [...] > Here is patch for TABLE PRIMARY KEY CONSTRAINT on PostgreSQL 9.1 > That doesn't answer my question on how to reproduce it. Or it doesn't have anything to me with my previous answer, but in this case, it would help to have some kind of an e

Re: [pgadmin-hackers] Copy/Paste table(s) functions

2011-04-17 Thread Vladimir Kokovic
Hi, Here is patch for TABLE PRIMARY KEY CONSTRAINT on PostgreSQL 9.1 Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia pgIndex.cpp.diff Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www

Re: [pgadmin-hackers] [pgAdmin III] #299: Crash on table refresh

2011-04-17 Thread pgAdmin Trac
#299: Crash on table refresh -+-- Reporter: mha | Owner: dpage Type: bug | Status: new Priority: major| Milestone: 1.12.3 Component: pgadmin | Version: 1.12 Keywords:

[pgadmin-hackers] pgAdmin III commit: Fix inconsistencies with translated messages

2011-04-17 Thread Guillaume Lelarge
Fix inconsistencies with translated messages Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e58ff1172846858367a16d0fd658bdbd749757fd Modified Files -- pgadmin/include/schema/pgIndexConstraint.h |3 + pgadmin/schema/pgForeignData

[pgadmin-hackers] pgAdmin III commit: Better user mapping icon

2011-04-17 Thread Guillaume Lelarge
Better user mapping icon Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0934949143e4bdd9876d07c0c62dff76369cfbad Modified Files -- pgadmin/include/images/usermapping-sm.png | Bin 423 -> 518 bytes pgadmin/include/images/usermapping

[pgadmin-hackers] pgAdmin III commit: Fix an assertion warning in dlgAggregate

2011-04-17 Thread Guillaume Lelarge
Fix an assertion warning in dlgAggregate Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=1406e31904e4448f7dd5ffd78fe140a9fe306fb8 Modified Files -- pgadmin/dlg/dlgAggregate.cpp |9 ++--- 1 files changed, 6 insertions(+), 3 de

[pgadmin-hackers] pgAdmin III commit: Display the OID of a tablespace

2011-04-17 Thread Guillaume Lelarge
Display the OID of a tablespace ... and fix the dlgRole.xrc file. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d97c01a77431ee20b07e6e8371cb356abbd2353e Modified Files -- pgadmin/ui/dlgRole.xrc |3 - pgadmin/ui/dlgTables

[pgadmin-hackers] pgAdmin III commit: Switch OID and owner controls

2011-04-17 Thread Guillaume Lelarge
Switch OID and owner controls All dialogs have first OID, then Owner controls. All but function and package. This patch switches the two controls so that the dialogs look alike the others. Moreover, the first and second tabs of dlgIndexConstraint had the same name and title. The second tab is now

[pgadmin-hackers] pgAdmin III commit: Don't show collation if it's the default one

2011-04-17 Thread Guillaume Lelarge
Don't show collation if it's the default one Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=aeadef37c0ada3ca358257aefe0be254b82312bb Modified Files -- pgadmin/dlg/dlgColumn.cpp |6 +++--- pgadmin/dlg/dlgDomain.cpp |2 +-

Re: [pgadmin-hackers] Copy/Paste table(s) functions

2011-04-17 Thread Guillaume Lelarge
Le 14/04/2011 10:21, Vladimir Kokovic a écrit : > Hi, > > During copy/paste testing I've found that on 9.1 'COLLATE' should be > omitted from table constraints definitions..Look in my PostgreSQL log: > > 2011-04-14 10:04:28 CEST asoft 127.0.0.1(41254) 5357 0 LOG: > statement: SELECT relname FROM

[pgadmin-hackers] pgAdmin III commit: Fix a crash when adding an index constraint

2011-04-17 Thread Guillaume Lelarge
Fix a crash when adding an index constraint ... to a table not yet created. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5919fcca4adc62612d4dc7a2d8a34aca712445a2 Modified Files -- pgadmin/dlg/dlgIndexConstraint.cpp | 23 ++

Re: [pgadmin-hackers] [pgAdmin III] #290: New features for editgrid

2011-04-17 Thread pgAdmin Trac
#290: New features for editgrid --+- Reporter: gleu | Owner: dpage Type: feature | Status: new Priority: minor | Milestone: Component: pgadmin | Version: trunk Keywords: ed

Re: [pgadmin-hackers] [pgAdmin III] #302: Add per-column collation support

2011-04-17 Thread pgAdmin Trac
#302: Add per-column collation support --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.14

Re: [pgadmin-hackers] [pgAdmin III] #302: Add per-column collation support

2011-04-17 Thread pgAdmin Trac
#302: Add per-column collation support --+- Reporter: gleu | Owner: gleu Type: feature | Status: assigned Priority: minor | Mil

Re: [pgadmin-hackers] [pgAdmin III] #142: Support for SQL/Med objects

2011-04-17 Thread pgAdmin Trac
#142: Support for SQL/Med objects --+- Reporter: gleu | Owner: gleu Type: feature | Status: closed Priority: minor| Milestone: 1.14 Component: pgadmin | Version: 1.12 Reso

[pgadmin-hackers] [pgAdmin III] #314: Allow Grant Wizard at lower level

2011-04-17 Thread pgAdmin Trac
#314: Allow Grant Wizard at lower level -+-- Reporter: Aren Cambre | Owner: dpage Type: feature | Status: new Priority: minor| Milestone: Component: pgadmin | Version:

Re: [pgadmin-hackers] gin/gist indexes show twice

2011-04-17 Thread Guillaume Lelarge
Le 04/04/2011 09:44, Timon a écrit : > CREATE TABLE _x > ( > v1 character varying > ); > > CREATE INDEX idx_gist > ON _x > USING gist > (to_tsvector('russian'::regconfig, v1::text)); > OK, that helped me to reproduce it. It is now fixed, using your patch. Unfortunately, it won't be part

Re: [pgadmin-hackers] [pgAdmin III] #313: gin/gist indexes show twice

2011-04-17 Thread pgAdmin Trac
#313: gin/gist indexes show twice --+- Reporter: Timon| Owner: gleu Type: bug | Status: closed Priority: minor| Milestone: 1.12.4 Component: pgadmin | Version: 1.12 Resoluti

Re: [pgadmin-hackers] [pgAdmin III] #313: gin/gist indexes show twice

2011-04-17 Thread pgAdmin Trac
#313: gin/gist indexes show twice -+-- Reporter: Timon| Owner: gleu Type: bug | Status: assigned Priority: minor| Milestone: Component: pgadmin | Version: 1.12 Key

[pgadmin-hackers] pgAdmin III commit: Show indexes only once in the Statistics tab

2011-04-17 Thread Guillaume Lelarge
Show indexes only once in the Statistics tab gist functional indexes are displayed twice in the statistics tab of the browser. Patch from Timon. Fixes #313. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=bf679977418363009df5e32230

[pgadmin-hackers] pgAdmin III commit: Show indexes only once in the Statistics tab

2011-04-17 Thread Guillaume Lelarge
Show indexes only once in the Statistics tab gist functional indexes are displayed twice in the statistics tab of the browser. Patch from Timon. Fixes #313. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=15506ec05dbbdcda7c72b24f74a23060bdd6ba

[pgadmin-hackers] [pgAdmin III] #313: gin/gist indexes show twice

2011-04-17 Thread pgAdmin Trac
#313: gin/gist indexes show twice -+-- Reporter: Timon| Owner: dpage Type: bug | Status: new Priority: minor| Milestone: Component: pgadmin | Version: 1.12 Keywords: