[pgadmin-hackers] frmQuery (multiple result sets support) - patch no.2

2012-10-21 Thread Vladimir Kokovic
Hi, My try to add multiple result sets support ! Best regards Vladimir Kokovic Belgrade, Serbia, 21.October 2012 This patch is patch no.2 - frmQuery.cpp with multiple result sets support. Changed files and short description File name Changes

Re: [pgadmin-hackers] sysSettings::Flush()

2012-10-10 Thread Vladimir Kokovic
Hi, For me, that is correct patch, but should be applied with unix 'patch' program: cd pgadmin3; patch --context -p1 < /root/files/pgadmin/dave-good/pgadmin3.patch; cd ../ Best regards Vladimir Kokovic Belgrade, Serbia, 10.October 2012 On 10/10/12, Dave Page wrote: > On Wed,

Re: [pgadmin-hackers] sysSettings::Flush()

2012-10-10 Thread Vladimir Kokovic
Hi, I don't know what is problem ! Maybe some blank line missing, Try to add empty line at the end of file. My git diff command: cd pgadmin3; git diff master vk-20120512-pgadmin3 | filterdiff --format=context > /tmp/pgadmin3.patch; cd ../ Best regards Vladimir Kokovic Belgrade, Se

Re: [pgadmin-hackers] sysSettings::Flush()

2012-10-09 Thread Vladimir Kokovic
Hi, Flushing every time version. Best regards Vladimir Kokovic Belgrade, Serbia, 10.October 2012 pgadmin3-flush.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref

Re: [pgadmin-hackers] sysSettings::Flush()

2012-10-09 Thread Vladimir Kokovic
Hi, That is variant for somebody who don't want flush() on every setting. My preferred value is 0 (immediately). Best regards Vladimir Kokovic Belgrade, Serbia, 9.October 2012 On 10/9/12, Dave Page wrote: > Hi > > On Sat, Oct 6, 2012 at 6:57 AM, Vladimir Kokovic > wrote:

[pgadmin-hackers] sysSettings::Flush()

2012-10-05 Thread Vladimir Kokovic
. Best regards Vladimir Kokovic Belgrade, Serbia, 6.October 2012 pgadmin3-2.patch Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers

Re: [pgadmin-hackers] Information for added functionalities

2012-09-23 Thread Vladimir Kokovic
- new file pasteTables.cpp Best regards Vladimir Kokovic Belgrade, Serbia, 23.September 2012 On 9/23/12, Dave Page wrote: > Patch 3 (the only one I've looked at) still modifies at least one > module.mk file, and it's not appropriate to include part of the > unrelated settings fl

Re: [pgadmin-hackers] Information for added functionalities

2012-09-20 Thread Vladimir Kokovic
Hi, I must APOLOGIZE for bad patches I've sent to list ! Problem was my wrong handled local GIT repository. I'm trying to find proper way to handle it ... Best regards Vladimir Kokovic Belgrade, Serbia, 20.September 2012 On 9/19/12, Dave Page wrote: > On Wed, Sep 19, 201

[pgadmin-hackers] Information for added functionalities

2012-09-09 Thread Vladimir Kokovic
in without restrictions. Since patch tar.gz size is about 260 KB, this (last version ) was sent to guilla...@lelarge.info only on Aug.25, 2012. So far there was no feedback on this patch and I would like to inform pgadmin-hackers about this new functionalities which is at this moment used onl

Re: [pgadmin-hackers] [pgAdmin III] #340: Allow the display of the results of more than one query

2011-10-08 Thread Vladimir Kokovic
Hi, So you think to put in the tab info '13. query of 20 ' instead of query text ? Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia On 10/8/11, Guillaume Lelarge wrote: > On Sat, 2011-10-08 at 20:25 +0200, Vladimir Kokovic wrote: >> Hi, >> >> W

Re: [pgadmin-hackers] [pgAdmin III] #340: Allow the display of the results of more than one query

2011-10-08 Thread Vladimir Kokovic
Hi, When it comes to PQsendQuery and multi-statement-query, it is necessary to know which is the current query, without a scanner/parser that's not easy ! Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia On 10/8/11, Guillaume Lelarge wrote: > Hi, > > On Sat, 2011-

Re: [pgadmin-hackers] [pgAdmin III] #340: Allow the display of the results of more than one query

2011-10-08 Thread Vladimir Kokovic
-- select 1, '"; vladimr kokovic;"' select 2; junk !!!;;; select 3;;; select 1, '"; vladimr kokovic,"'; ; ; select 2; junk !!!; ; ; select 3; ; ; Best regards, Vladimir Kokovic, DP senior, Belgrade, Serb

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

2011-08-06 Thread Vladimir Kokovic
Hi, I will fix disconnection problem. Tooltip on the toolbar paste icon shows progress. Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia On 8/6/11, Guillaume Lelarge wrote: > On Sat, 2011-08-06 at 15:33 +0200, Guillaume Lelarge wrote: >> On Mon, 2011-08-01 at 06:01 +0200,

Re: [pgadmin-hackers] Patch to add support for security labels on local objects

2011-08-02 Thread Vladimir Kokovic
Hi, All if (seclabelPage) should be if (seclabelPage && connection->BackendMinimumVersion(9, 1)) Best regards, Vladimir Kokovic, DP senior. Belgrade, Serbia On 7/25/11, Guillaume Lelarge wrote: > On Sun, 2011-07-24 at 21:23 +0200, Guillaume Lelarge wrote: >> On Sun, 2011-

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

2011-07-21 Thread Vladimir Kokovic
Hi, Please, ignore the last patch - Thu, Jul 21, 2011 at 5:19 AM ! I will send new one today. Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia On 7/21/11, Vladimir Kokovic wrote: > Hi, > > Another try to make final version. > > Best regards, > Vladimir Kokovic, D

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

2011-07-19 Thread Vladimir Kokovic
Hi, I can not reproduce! For me it works successfully. 1. create schema vk1 2. CREATE TABLE vk1.t1 (c1 bigint); 3. create schema vk2 4. copy schema tables vk1 5. paste into vk2 -- OK 6. paste into vk1 -- OK Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia On 7/19/11, Guillaume

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

2011-07-17 Thread Vladimir Kokovic
a_naloga_vk2 UNIQUE (id, sifra), --NAME5 ... --NAMEn ) WITH ( OIDS=FALSE Suffix is much better solution ... On 7/17/11, Guillaume Lelarge wrote: > On Sun, 2011-07-17 at 21:44 +0200, Guillaume Lelarge wrote: >> On Sun, 2011-07-17 at 20:41 +0200, Vladimir Kokovic wrote:

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

2011-07-17 Thread Vladimir Kokovic
objects are on a new connection (does not affect the status of the browser) On 7/17/11, Guillaume Lelarge wrote: > On Sat, 2011-07-16 at 15:45 +0200, Vladimir Kokovic wrote: >> Hi, >> >> Again, patch for Copy/Paste table(s) functions. >> >> Done the following: >>

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

2011-06-27 Thread Vladimir Kokovic
Hi, I don't know who and why keeps source code for copy/paste of schema/table that I have sent. That works correctly at my company since April this year. Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.or

[pgadmin-hackers] Table dependents tab empty lines

2011-05-28 Thread Vladimir Kokovic
Hi, PostgreSQL 9.1devel 'table object tab dependents' contains many empty lines. Attached patch fixes this. Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia pgobject.diff Description: Binary data -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.or

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

2011-04-20 Thread Vladimir Kokovic
#x27;make; make install'. Best regards, Vladimir Kokovic, DP senior, Belgrade,Serbia On 4/20/11, pgAdmin Trac wrote: > #299: Crash on table refresh > -+-- > Reporter: mha | Owner: dpage > Typ

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

2011-04-18 Thread Vladimir Kokovic
COLLATE pg_catalog."default", razmena_id COLLATE pg_catalog."default", kupac COLLATE pg_catalog."default") 6.If you apply patch, primary key looks like: CONSTRAINT edi_razmena_pkey PRIMARY KEY (godina, razmena_id, kupac) Best regards, Vladimir Kokovic, DP senior,

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

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

2011-04-14 Thread Vladimir Kokovic
E pg_catalog."default") ) WITH ( OIDS=FALSE ); ALTER TABLE edi_razmena OWNER TO vlada; GRANT ALL ON TABLE edi_razmena TO vlada; GRANT ALL ON TABLE edi_razmena TO public; 2011-04-14 10:04:28 CEST asoft 127.0.0.1(41254) 5357 0

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

2011-04-12 Thread Vladimir Kokovic
Hi, Here's a new version of copy / paste table(s)! I hope this is much better than the previous one.. Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia frm-module.mk.diff Description: Binary data frmMain.cpp.diff Description: Binary data frmMain.h.diff Description: Binary

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

2011-03-31 Thread Vladimir Kokovic
b might be different but always connected. Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia frmMain-h.diff Description: Binary data frmMain-cpp.diff Description: Binary data // // // pgAdmin III - PostgreSQL Tool

[pgadmin-hackers] copy / paste object - preliminary part

2011-03-23 Thread Vladimir Kokovic
Hi, I did a preliminary part of the functions for copy / paste object and now I expect confirmation that the implementation is correct. Changed files: frm/frmMain.cpp, include/frm/frmMain.h New files: frm/frmPasteObject.cpp, include/frm/frmPasteObject.h Best regards, Vladimir Kokovic, DP