Attached patch makes it possibe to specify a server description to
auto-connect to on the commandline ("-s mydbserver"), and also to have
pgAdmin automatically launch the query tool ("-s mydbserver -q"). It
will still open the main window as well, as there seems to be
interaction between the query
Hi!
Attached are two patches around the copying-to-clipboard in the query
editor.
The first patch fixes an outright bug - the code attempted to read the
quoting settings, but processed them wrong. pgadmin_copy_quoting1.patch
fixes this.
However, it seems wrong to use the export settings for copy
Re-sending witohut the attached files so the list cna't eat it. Files
are at:
http://www.hagander.net/pgsql/patches/pgadmin_copy_quoting1.patch
http://www.hagander.net/pgsql/patches/pgadmin_copy_quoting2.patch
//Magnus
> -Original Message-
> From: Magnus Hagander
> Sent: Sunday, Januar
Dave tells me the list silently eats large mails, so here is the mail
again without the patch. The patch is now on
http://www.hagander.net/pgsql/patches/pgadmin_autocomplete.patch
//Magnus
> -Original Message-
> From: Magnus Hagander
> Sent: Saturday, January 07, 2006 6:33 PM
> To: pgad
This patch implements the ability to hit Ctrl-A to select all results in
the query result pane.
//Magnus
pgadmin_query_allresults.patch
Description: pgadmin_query_allresults.patch
---(end of broadcast)---
TIP 4: Have you searched our list archive
Attached patch fixes what looks like a typo in the reading of previous
unicode settings when exporting files from the query editor.
Also, I sent a rather large patch yesterday, that has yet to show up on
the list. I assume there is a size limit, which puts it on hold? Please
let it through :P
I'l
Author: dpage
Date: 2006-01-08 14:45:38 + (Sun, 08 Jan 2006)
New Revision: 4877
Modified:
branches/REL-1_4_0_PATCHES/pgadmin3/src/include/version.h
Log:
Use winver.h instead of ver.h [Magnus Hagander]
Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/include/version.h
=
Author: dpage
Date: 2006-01-08 14:44:48 + (Sun, 08 Jan 2006)
New Revision: 4876
Modified:
trunk/pgadmin3/src/include/version.h
Log:
Use winver.h instead of ver.h [Magnus Hagander]
Modified: trunk/pgadmin3/src/include/version.h
===