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
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
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
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
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(
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
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
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
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
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
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
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
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
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
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
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.
16 matches
Mail list logo