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
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,
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
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
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:
.
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
- 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
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
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
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
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-
--
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
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,
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-
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
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
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:
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:
>>
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
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
#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
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,
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
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
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
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
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
27 matches
Mail list logo