[pgadmin-hackers] Re: [pgAdmin III] #377: Regression in 1.16 b4: missing items from context menu for indexes and pkeys

2012-09-05 Thread pgAdmin Trac
#377: Regression in 1.16 b4: missing items from context menu for indexes and pkeys --+- Reporter: brsa | Owner: gleu Type: bug | Status: closed Priority: minor| Milesto

[pgadmin-hackers] Re: [pgAdmin III] #377: Regression in 1.16 b4: missing items from context menu for indexes and pkeys

2012-09-05 Thread pgAdmin Trac
#377: Regression in 1.16 b4: missing items from context menu for indexes and pkeys +--- Reporter: brsa| Owner: gleu Type: bug | Status: assigned Priority: minor | M

Re: [pgadmin-hackers] pgAdmin III commit: Lots of work on domains, and check constraints

2012-09-05 Thread Guillaume Lelarge
On Wed, 2012-09-05 at 08:25 +0100, Dave Page wrote: > On Tue, Sep 4, 2012 at 10:05 PM, Guillaume Lelarge > wrote: > > On Mon, 2012-09-03 at 22:41 +0200, Guillaume Lelarge wrote: > >> On Mon, 2012-09-03 at 08:54 +0100, Dave Page wrote: > >> > On Fri, Aug 31, 2012 at 10:57 PM, Guillaume Lelarge > >>

Re: [pgadmin-hackers] Re: Items missing from some context menus in object browser of v1.16 beta4

2012-09-05 Thread Guillaume Lelarge
On Fri, 2012-08-31 at 23:55 +0200, Guillaume Lelarge wrote: > On Mon, 2012-08-27 at 16:57 +0200, Erwin Brandstetter wrote: > > On 27.08.2012 16:37, Erwin Brandstetter wrote: > > > Aloha! > > > > > > I think I ran into this regression with v1.16 beta4 and filed a ticket. > > > So far I have seen thi

[pgadmin-hackers] pgAdmin III commit: Update chinese translation

2012-09-05 Thread Guillaume Lelarge
Update chinese translation Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=acb8dbb1703a1f0dc4c1e9dff5e00bc8b0baed30 Author: Quan Zongliang Modified Files -- i18n/zh_CN/pgadmin3.mo | Bin 285020 -> 287252 bytes i18n/zh_CN/pgadmin3.p

[pgadmin-hackers] pgAdmin III commit: Update chinese translation

2012-09-05 Thread Guillaume Lelarge
Update chinese translation Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9f85d85b601a304fdab3ff7d2261532f1950a464 Author: Quan Zongliang Modified Files -- i18n/zh_CN/pgadmin3.mo | Bin 285020 -> 287252 bytes i18n/zh_C

Re: [pgadmin-hackers] little patch for "Detect serial columns from pg_depend" and bugfix

2012-09-05 Thread 权宗亮
2012/9/5 Dave Page > On Wed, Sep 5, 2012 at 3:39 AM, Quan Zongliang > wrote: > > > > new patch attched. > > I tested it under Cygwin, seems OK. > > I got an error on my first test I'm afraid :-( > > 2012-09-05 14:39:41 QUERY : Set query (localhost:5432): SELECT classid > FROM pg_depend > WHE

Re: [pgadmin-hackers] patch for "Sequence: calculate next value to be expected"

2012-09-05 Thread Dave Page
On Wed, Sep 5, 2012 at 3:04 PM, 权宗亮 wrote: > > > 2012/9/5 Dave Page >> >> Hi >> >> On Wed, Sep 5, 2012 at 3:11 AM, Quan Zongliang >> wrote: >> > >> > Sorry, patch again. >> > When the sequence is not called, nextValue should be lastValue. >> > Otherwise, it is lastValue + increment. >> >> That o

[pgadmin-hackers] pgAdmin III commit: Display the next expected value for a sequence in t

2012-09-05 Thread Dave Page
Display the next expected value for a sequence in the property list. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=04271d06c42acab3f5c37943950c160beaa82310 Author: Quan Zongliang Modified Files -- CHANGELOG

Re: [pgadmin-hackers] little patch for "Detect serial columns from pg_depend" and bugfix

2012-09-05 Thread Dave Page
On Wed, Sep 5, 2012 at 3:39 AM, Quan Zongliang wrote: > > new patch attched. > I tested it under Cygwin, seems OK. I got an error on my first test I'm afraid :-( 2012-09-05 14:39:41 QUERY : Set query (localhost:5432): SELECT classid FROM pg_depend WHERE refobjid=207478::oid AND refobjsubid =

Re: [pgadmin-hackers] patch for "Sequence: calculate next value to be expected"

2012-09-05 Thread Dave Page
Hi On Wed, Sep 5, 2012 at 3:11 AM, Quan Zongliang wrote: > > Sorry, patch again. > When the sequence is not called, nextValue should be lastValue. > Otherwise, it is lastValue + increment. That one still doesn't apply (though, the other one now does). dos2unix didn't help :-(. Not sure why you'r

Re: [pgadmin-hackers] Unable to create new function if "Owner" or "Comment" is specified.

2012-09-05 Thread Sachin Srivastava
On Wed, Sep 5, 2012 at 4:26 PM, Dave Page wrote: > Hi > > On Tue, Sep 4, 2012 at 6:14 PM, Sachin Srivastava > wrote: > > > > Hi, > > > > Due to re-quoting of already quoted schema qualified function name in the > > "ALTER FUNCTION OWNER to " query while > adding a > > new function we get an err

Re: [pgadmin-hackers] pldebugger blank code issue

2012-09-05 Thread Dave Page
On Wed, Sep 5, 2012 at 12:45 PM, Jon Garate wrote: > I did so before testing master (which build a single .so file). In the case > of the PRE_9_2 branch, I got 3 .so's > When I updated the configuration to load those .so's I got a undefined > symbol error when restarting PostgreSQL. Could it be th

Re: [pgadmin-hackers] pldebugger blank code issue

2012-09-05 Thread Jon Garate
I did so before testing master (which build a single .so file). In the case of the PRE_9_2 branch, I got 3 .so's When I updated the configuration to load those .so's I got a undefined symbol error when restarting PostgreSQL. Could it be that I only need to load a single .so in that case as well? 2

Re: [pgadmin-hackers] pldebugger blank code issue

2012-09-05 Thread Dave Page
On Wed, Sep 5, 2012 at 12:31 PM, Jon Garate wrote: > Hello dear list, > > I'm having trouble after setting up pldebugger git-current > (eb754b6ba9a1c18e7bc4ddf521408be06768c697) commit in a Ubuntu 10.04.01 > x86_64 box. Server versión is 9.1.5. > The issue is that once I start debugging a PLPgSQL

[pgadmin-hackers] pldebugger blank code issue

2012-09-05 Thread Jon Garate
Hello dear list, I'm having trouble after setting up pldebugger git-current (eb754b6ba9a1c18e7bc4ddf521408be06768c697) commit in a Ubuntu 10.04.01 x86_64 box. Server versión is 9.1.5. The issue is that once I start debugging a PLPgSQL function within pgAdmin, once it goes one level down the call s

Re: [pgadmin-hackers] Unable to create new function if "Owner" or "Comment" is specified.

2012-09-05 Thread Dave Page
Hi On Tue, Sep 4, 2012 at 6:14 PM, Sachin Srivastava wrote: > > Hi, > > Due to re-quoting of already quoted schema qualified function name in the > "ALTER FUNCTION OWNER to " query while adding a > new function we get an error about function name not found. > > Attached is a patch that fixes the

[pgadmin-hackers] pgAdmin III commit: Fix quoting of function identifiers.

2012-09-05 Thread Dave Page
Fix quoting of function identifiers. Branch -- REL-1_16_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2096d22d800eb30a3b22eed023bd2e061daa54fe Modified Files -- pgadmin/dlg/dlgFunction.cpp |7 +-- 1 files changed, 5 insertions(+),

[pgadmin-hackers] pgAdmin III commit: Fix quoting of function identifiers.

2012-09-05 Thread Dave Page
Fix quoting of function identifiers. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=27bc5c09f4ae25f1ab449167efddd098218532fe Modified Files -- pgadmin/dlg/dlgFunction.cpp |7 +-- 1 files changed, 5 insertions(+), 2 deletions

Re: [pgadmin-hackers] pgAdmin III commit: Lots of work on domains, and check constraints

2012-09-05 Thread Dave Page
On Tue, Sep 4, 2012 at 10:05 PM, Guillaume Lelarge wrote: > On Mon, 2012-09-03 at 22:41 +0200, Guillaume Lelarge wrote: >> On Mon, 2012-09-03 at 08:54 +0100, Dave Page wrote: >> > On Fri, Aug 31, 2012 at 10:57 PM, Guillaume Lelarge >> > wrote: >> > > On Sun, 2012-08-26 at 18:18 +0200, Guillaume L