Re: [pgadmin-hackers] pgAdmin III: comments on PPAS 9.0 functions not working properly

2011-03-31 Thread Nikhil S
Thanks, applied. > > Thanks Dave. Regards, Nikhils > On Thu, Mar 31, 2011 at 8:15 AM, Nikhil S wrote: > > Hi, > > > > Consider the following PPAS 9.0 function: > > > > CREATE OR REPLACE FUNCTION TEST_in_inout_out(A IN INT, B IN OUT INT, C > OUT > > INT) RETURN INT > > IS > > D INT; > > BEG

Re: [pgadmin-hackers] pgAdmin III: comments on PPAS 9.0 functions not working properly

2011-03-31 Thread Dave Page
Thanks, applied. On Thu, Mar 31, 2011 at 8:15 AM, Nikhil S wrote: > Hi, > > Consider the following PPAS 9.0 function: > > CREATE OR REPLACE FUNCTION TEST_in_inout_out(A IN INT, B IN OUT INT, C  OUT > INT)  RETURN INT > IS >     D INT; > BEGIN >     D := A + B + C; >     RETURN D; > END; > > When

[pgadmin-hackers] pgAdmin III commit: Fix a bug in the setting of comments on PPAS9 funct

2011-03-31 Thread Dave Page
Fix a bug in the setting of comments on PPAS9 functions. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f92e3e70f86ea8be61b78ea27277050e9ee12bd9 Modified Files -- pgadmin/dlg/dlgFunction.cpp |8 ++-- 1 files chan

[pgadmin-hackers] pgAdmin III commit: Fix a bug in the setting of comments on PPAS9 funct

2011-03-31 Thread Dave Page
Fix a bug in the setting of comments on PPAS9 functions. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=220ea9cac9d3a7776d3c8cdf0463fc5f5971d2be Modified Files -- pgadmin/dlg/dlgFunction.cpp |8 ++-- 1 files changed, 6 inser

[pgadmin-hackers] pgAdmin III commit: Remove a bunch of unused variables.

2011-03-31 Thread Dave Page
Remove a bunch of unused variables. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5a61cc2dd4904192f7d9fbfb3d97dc7100bebab9 Modified Files -- pgadmin/dlg/dlgForeignTable.cpp |3 --- 1 files changed, 0 insertions(+), 3 deletions(

[pgadmin-hackers] pgAdmin III commit: Make style.

2011-03-31 Thread Dave Page
Make style. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e900bf456105a3141c778759b6980333d20a473a Modified Files -- pgadmin/dlg/dlgExtension.cpp | 136 pgadmin/dlg/dlgForeignServer.cpp

[pgadmin-hackers] pgAdmin III commit: Fixup the Win64 build target for dynamic linking.

2011-03-31 Thread Dave Page
Fixup the Win64 build target for dynamic linking. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e4e379bcb63f955ad66fd92c6f06f97cb24ba335 Modified Files -- pgadmin/pgAdmin3.vcproj | 16 1 files changed, 8 insertio

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

2011-03-31 Thread Vladimir Kokovic
Hi, Finally I've made Copy/Paste table(s) operations ! Usage is very simple and intuitive: on right mouse menu for selected connected table or schema select 'Copy table(s)' and than on other connected schema on right mouse menu select 'Paste table(s). Source target server-db might be different b

[pgadmin-hackers] pgAdmin III commit: Fix the *nix build.

2011-03-31 Thread Dave Page
Fix the *nix build. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=714808fa3616f66954f4c161e7fb8618d5d1574d Modified Files -- pgadmin/include/images/module.mk |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) -- Sent v

[pgadmin-hackers] pgAdmin III commit: Fix Windows build.

2011-03-31 Thread Dave Page
Fix Windows build. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=a7a38f3bd0ccefedcfe03e3cbc9d210afd6647a5 Modified Files -- pgadmin/pgAdmin3.vcproj | 92 +++ 1 files changed, 92 inserti

Re: [pgadmin-hackers] error

2011-03-31 Thread Guillaume Lelarge
Le 31/03/2011 10:50, Guillaume Lelarge a écrit : > Le 31/03/2011 10:39, Timon a écrit : >> ERROR: relation "pg_extension" does not exist >> СТРОКА 1:..., x.extrelocatable, x.extversion, e.comment FROM pg_extensi... >> >> latest git, connecting to postgresql 9.0 >> > > grmbl > > My fault, will f

[pgadmin-hackers] pgAdmin III commit: Fix issues with older releases

2011-03-31 Thread Guillaume Lelarge
Fix issues with older releases Extensions, foreign tables are 9.1+. Foreign data wrappers are 8.4+. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7b25861026571446b46822a62116396c634246f0 Modified Files -- pgadmin/schema/pgDatabas

Re: [pgadmin-hackers] error

2011-03-31 Thread Guillaume Lelarge
Le 31/03/2011 10:39, Timon a écrit : > ERROR: relation "pg_extension" does not exist > СТРОКА 1:..., x.extrelocatable, x.extversion, e.comment FROM pg_extensi... > > latest git, connecting to postgresql 9.0 > grmbl My fault, will fix. -- Guillaume http://www.postgresql.fr http://dalibo.c

[pgadmin-hackers] error

2011-03-31 Thread Timon
ERROR: relation "pg_extension" does not exist СТРОКА 1:..., x.extrelocatable, x.extversion, e.comment FROM pg_extensi... latest git, connecting to postgresql 9.0 -- All bugs reserved -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscriptio

[pgadmin-hackers] pgAdmin III commit: Ensure png2c doesn't barf if processing a file with

2011-03-31 Thread Dave Page
Ensure png2c doesn't barf if processing a file with no path specified. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=84277d9cf2a7dd06c2d4e52d1bb6474b3c341385 Modified Files -- xtra/png2c/png2c.c |2 ++ 1 files changed, 2 insert

[pgadmin-hackers] pgAdmin III: comments on PPAS 9.0 functions not working properly

2011-03-31 Thread Nikhil S
Hi, Consider the following PPAS 9.0 function: CREATE OR REPLACE FUNCTION TEST_in_inout_out(A IN INT, B IN OUT INT, C OUT INT) RETURN INT IS D INT; BEGIN D := A + B + C; RETURN D; END; When I click on properties and try to assign a comment to this function, it errors out. In PPAS 9.