Re: [pgadmin-support] Copy query from a query tab

2017-03-27 Thread Dave Page
Hi On Mon, Mar 27, 2017 at 11:40 AM, Cyril Jouve wrote: > Hello, > > I'm using pgadmin4 4.3 (ran in a docker container) and I'm browsing it > using Chromium 56. > > If I generate a query in the browser tab (right click > view data > view > first 100 rows), then a new tab is opened, named Query-X

[pgadmin-support] Copy query from a query tab

2017-03-27 Thread Cyril Jouve
Hello, I'm using pgadmin4 4.3 (ran in a docker container) and I'm browsing it using Chromium 56. If I generate a query in the browser tab (right click > view data > view first 100 rows), then a new tab is opened, named Query-X, with the query (in the red square) at the top and the result table at

[pgadmin-support] Copy a Cell from pgAdmin 4 Query Tool Results not working?

2016-12-08 Thread Jamie Caramanica
Hi all, I'm running pgAdmin 4 on a MacBook Pro. (Version 1.1, Application Mode: Desktop When I run a query from the Query Tool, I'm trying to just do a Copy from 1 or more cells of the results. (Cmd-C) But, nothing every pastes. I've also tried to do the select row (check the checkbox for the

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-04-08 Thread johannes graën
Another interesting finding: When pasting text from another application, the text doesn't appear the first time I press Ctrl+V, but on the second keypress, always. -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresq

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-03-07 Thread johannes graën
Hi, On Fri, Feb 19, 2016 at 12:42 PM, Dave Page wrote: > Can you test the attached patch please? I've done various tests with gprof > to profile the code whilst copying/pasting text in the query tool up to > about 20MB worth. I found a couple of optimisations that seem to make good > improvements

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-19 Thread Dave Page
On Tue, Feb 16, 2016 at 3:20 PM, Gabriel E. Sánchez Martínez < gabrielesanc...@gmail.com> wrote: > > > On 02/16/2016 07:23 AM, Gabriel Sánchez wrote: > > > On Feb 16, 2016 7:04 AM, "Dave Page" < > dp...@pgadmin.org> wrote: > > > > > > > > On Tue, Feb 16, 2016 at 11:06 AM, johannes graën < > joha

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread johannes graën
On Tue, Feb 16, 2016 at 1:04 PM, Dave Page wrote: > Are you in a position to be able to install the EDB PostgreSQL installer? > I'm curious to know if the build of pgAdmin that's included with that works > OK. It was built against a fairly old version of GTK for maximum > compatibility with differ

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread Gabriel E . Sánchez Martínez
On 02/16/2016 07:23 AM, Gabriel Sánchez wrote: On Feb 16, 2016 7:04 AM, "Dave Page" > wrote: > > > > On Tue, Feb 16, 2016 at 11:06 AM, johannes graën mailto:johan...@selfnet.de>> wrote: >> >> On Tue, Feb 16, 2016 at 12:00 PM, Dave Page >

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread Gabriel Sánchez
On Feb 16, 2016 7:04 AM, "Dave Page" wrote: > > > > On Tue, Feb 16, 2016 at 11:06 AM, johannes graën wrote: >> >> On Tue, Feb 16, 2016 at 12:00 PM, Dave Page wrote: >> > Where did your build come from? What version of wxWidgets is it using? >> >> It's an official Arch package: >> https://www.arc

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread Dave Page
On Tue, Feb 16, 2016 at 11:06 AM, johannes graën wrote: > On Tue, Feb 16, 2016 at 12:00 PM, Dave Page wrote: > > Where did your build come from? What version of wxWidgets is it using? > > It's an official Arch package: > https://www.archlinux.org/packages/community/x86_64/pgadmin3/ Huh, they h

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread johannes graën
On Tue, Feb 16, 2016 at 12:00 PM, Dave Page wrote: > Where did your build come from? What version of wxWidgets is it using? It's an official Arch package: https://www.archlinux.org/packages/community/x86_64/pgadmin3/ The wxWidgets version is 2.8.12.1: https://www.archlinux.org/packages/extra/x86

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread Dave Page
On Tue, Feb 16, 2016 at 10:57 AM, johannes graën wrote: > On Tue, Feb 16, 2016 at 11:52 AM, Dave Page wrote: > > My best guess is that when you use Ctrl+V, some other control on the > window > > actually has focus and is "swallowing" the keypress before our code sees > it. > > Can you confirm th

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread johannes graën
On Tue, Feb 16, 2016 at 11:52 AM, Dave Page wrote: > My best guess is that when you use Ctrl+V, some other control on the window > actually has focus and is "swallowing" the keypress before our code sees it. > Can you confirm that the SQL textbox is definitely the focussed control when > you hit C

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread Dave Page
On Tue, Feb 16, 2016 at 8:13 AM, johannes graën wrote: > On Tue, Feb 9, 2016 at 2:55 PM, Gabriel Sánchez > wrote: > > The same happens to me. Although copying and waiting usually works for > me. > > I've got a new clue. Although cut + paste inserts the wrong text, the > cutted text is available

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-16 Thread johannes graën
On Tue, Feb 9, 2016 at 2:55 PM, Gabriel Sánchez wrote: > The same happens to me. Although copying and waiting usually works for me. I've got a new clue. Although cut + paste inserts the wrong text, the cutted text is available to other programs afterwards. So my guess would be that pgadmin just u

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-09 Thread Gabriel E . Sánchez Martínez
On 02/09/2016 09:39 AM, Colin Beckingham wrote: On 02/09/2016 08:55 AM, Gabriel Sánchez wrote: The same happens to me. Although copying and waiting usually works for me. Have others experienced this behavior? It appears not to affect windows. Are the developers aware of this? Have they

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-09 Thread Colin Beckingham
On 02/09/2016 08:55 AM, Gabriel Sánchez wrote: The same happens to me. Although copying and waiting usually works for me. Have others experienced this behavior? It appears not to affect windows. Are the developers aware of this? Have they tried fixing it or do they plan to fix it? It cou

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-09 Thread Gabriel Sánchez
The same happens to me. Although copying and waiting usually works for me. Have others experienced this behavior? It appears not to affect windows. Are the developers aware of this? Have they tried fixing it or do they plan to fix it? It could be that this is a bug in wxWidgets rather than pgAdmi

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-09 Thread johannes graën
On Sun, Feb 7, 2016 at 8:00 PM, Gabriel Sánchez wrote: > It happens often to me in Ubuntu 14.04 as well. It sometimes also happens > with the toolbar icons too. It seems to have to do with timing, because if I > wait 5 seconds or so, it usually works. It seems to take longer to copy more > text. T

Re: [pgadmin-support] Copy & paste key commands not working correctly

2016-02-07 Thread Gabriel Sánchez
It happens often to me in Ubuntu 14.04 as well. It sometimes also happens with the toolbar icons too. It seems to have to do with timing, because if I wait 5 seconds or so, it usually works. It seems to take longer to copy more text. The problem appears to worsen with long queries, and after using

[pgadmin-support] Copy & paste key commands not working correctly

2016-02-07 Thread johannes graën
Hi, I sometimes experience the following strange behaviour with pgAdmin v1.22.0 under Arch using Gnome Shell 3.18.2: When I copy or cut out text, the following Ctrl+V doesn't insert the copied (or cut) text, but something I previously had copied in a different application (if any). The context me

[pgadmin-support] Copy/paste results in garbage if clipboard contains rich text on OS X

2014-06-02 Thread Matt Magoffin
Hello, I often am working with SQL files in the Eclipse IDE on OS X. If I try to copy a snippet of SQL from the Eclipse (http://www.eclipse.org) SQL editor and then paste that into pgAdmin's SQL editor, it results in "garbage" characters. If I paste into another text editor, like BBEdit, and then

Re: [pgadmin-support] Copy and paste in Edit Data

2013-05-21 Thread Dave Page
Hi On Tue, May 21, 2013 at 11:14 AM, Dhiraj Chawla wrote: > Hi Dave, > > I had some problems with the applying the patch because it seems corrupted > with characters ^[[m at the beginning and end or lines of the patch code. > Once I removed them the patch applied properly. Hmm, must have been wh

Re: [pgadmin-support] Copy and paste in Edit Data

2013-05-21 Thread Dhiraj Chawla
Hi Dave, I had some problems with the applying the patch because it seems corrupted with characters ^[[m at the beginning and end or lines of the patch code. Once I removed them the patch applied properly. The patch is working as expected and I have tested in all scenarios that I could think of.

Re: [pgadmin-support] Copy and paste in Edit Data

2013-05-20 Thread Dave Page
On Friday, May 17, 2013, Michael Shapiro wrote: > I am running 1.16.1 (Windows 7). I can reproduce this. It makes a > difference, though, if you use ctrl-c vs the right-click/Copy. ctrl-c does > the whole entry, right-click/Copy gets just what is highlighted. ctrl-c > gets the whole entry even if

Re: [pgadmin-support] Copy and paste in Edit Data

2013-05-17 Thread Michael Shapiro
I am running 1.16.1 (Windows 7). I can reproduce this. It makes a difference, though, if you use ctrl-c vs the right-click/Copy. ctrl-c does the whole entry, right-click/Copy gets just what is highlighted. ctrl-c gets the whole entry even if nothing is highlighted. On Fri, May 17, 2013 at 5:34 AM

[pgadmin-support] Copy and paste in Edit Data

2013-05-17 Thread Kieran
Hi Sorry if this has been raised before, but it's been a nuisance to me for quite a while and I thought I should mention it. To reproduce the problem :- 1. Open the Edit Data window on a table 2. Click into a text field containing some text and highlight a single word 3. Paste what you have just

Re: [pgadmin-support] copy fragment from table data view

2013-02-24 Thread Guillaume Lelarge
On Thu, 2013-02-21 at 13:36 +0100, Michal Kozusznik wrote: > Hello > When using table data view, and try to copy fragment of field value > using CTRL+c, whole value is copied instead of selected fragment. > > How to reproduce: > 1. RMB on some table You mean right-click, right? > 2. Select View

[pgadmin-support] copy fragment from table data view

2013-02-21 Thread Michal Kozusznik
Hello When using table data view, and try to copy fragment of field value using CTRL+c, whole value is copied instead of selected fragment. How to reproduce: 1. RMB on some table 2. Select View Data / View Last 100 rows (or something else) 3. data view window will open 4. choose some single fie

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-23 Thread Guillaume Lelarge
On Tue, 2012-02-21 at 23:25 +0100, Guillaume Lelarge wrote: > On Mon, 20 Feb 2012 21:11:17 +0100, Guillaume Lelarge > wrote: > > On Mon, 20 Feb 2012 09:15:07 +, Dave Page wrote: > >> On Mon, Feb 20, 2012 at 7:31 AM, Guillaume Lelarge > >> wrote: > >>> Hi Ashesh, > >>> > >>> On Mon, 2012-02-2

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-21 Thread Guillaume Lelarge
On Mon, 20 Feb 2012 21:11:17 +0100, Guillaume Lelarge wrote: > On Mon, 20 Feb 2012 09:15:07 +, Dave Page wrote: >> On Mon, Feb 20, 2012 at 7:31 AM, Guillaume Lelarge >> wrote: >>> Hi Ashesh, >>> >>> On Mon, 2012-02-20 at 10:20 +0530, Ashesh Vashi wrote: [...] I think - we should ha

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-20 Thread Guillaume Lelarge
On Mon, 20 Feb 2012 09:15:07 +, Dave Page wrote: > On Mon, Feb 20, 2012 at 7:31 AM, Guillaume Lelarge > wrote: >> Hi Ashesh, >> >> On Mon, 2012-02-20 at 10:20 +0530, Ashesh Vashi wrote: >>> [...] >>> I think - we should have some default values in some text controls. >>> i.e. Delimiter, Quote

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-20 Thread Sheldon Strauch
On Feb 15, 2012, at 11:36 AM, John Abraham wrote: > These are two things that bug me every single day: > > 1) "\copy" equivalent. psql has \copy to copy from a local file. Using the > JDBC driver I also often copy data into the database using the equivalent > COPY .. FROM STDIN… With psycop

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-20 Thread Guillaume Lelarge
On Mon, 2012-02-20 at 09:17 +, Dave Page wrote: > On Mon, Feb 20, 2012 at 7:39 AM, Guillaume Lelarge > wrote: > > > >> Are you thinking about something like a preview dialog (Fetch first > >> few rows...)? > >> > > > > Nope. You can already do this with the editdata window. > > Plus it wouldn

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-20 Thread Dave Page
On Mon, Feb 20, 2012 at 7:39 AM, Guillaume Lelarge wrote: > >> Are you thinking about something like a preview dialog (Fetch first >> few rows...)? >> > > Nope. You can already do this with the editdata window. Plus it wouldn't really make much sense. Viewing a few rows is helpful when browsing a

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-20 Thread Dave Page
On Mon, Feb 20, 2012 at 7:31 AM, Guillaume Lelarge wrote: > Hi Ashesh, > > On Mon, 2012-02-20 at 10:20 +0530, Ashesh Vashi wrote: >> [...] >> I think - we should have some default values in some text controls. >> i.e. Delimiter, Quote, Escape >> > > We can do exactly like the frmExport window: rep

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-19 Thread Guillaume Lelarge
On Mon, 2012-02-20 at 13:05 +0530, Ashesh Vashi wrote: > On Mon, Feb 20, 2012 at 1:01 PM, Guillaume Lelarge > wrote: > Hi Ashesh, > > On Mon, 2012-02-20 at 10:20 +0530, Ashesh Vashi wrote: > > [...] > > I think - we should have some default values in some t

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-19 Thread Ashesh Vashi
On Mon, Feb 20, 2012 at 1:01 PM, Guillaume Lelarge wrote: > Hi Ashesh, > > On Mon, 2012-02-20 at 10:20 +0530, Ashesh Vashi wrote: > > [...] > > I think - we should have some default values in some text controls. > > i.e. Delimiter, Quote, Escape > > > > We can do exactly like the frmExport window:

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-19 Thread Guillaume Lelarge
Hi Ashesh, On Mon, 2012-02-20 at 10:20 +0530, Ashesh Vashi wrote: > [...] > I think - we should have some default values in some text controls. > i.e. Delimiter, Quote, Escape > We can do exactly like the frmExport window: replacing text control with combobox. Comboboxes will have some usual val

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-19 Thread Ashesh Vashi
Hi Guillaume, I think - we should have some default values in some text controls. i.e. Delimiter, Quote, Escape I did not follow the whole thread. But - the first thought came in to mind, when I saw the screen shots. What do you think? -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Ent

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-19 Thread Guillaume Lelarge
On Wed, 2012-02-15 at 19:01 +0100, Guillaume Lelarge wrote: > On Wed, 2012-02-15 at 10:36 -0700, John Abraham wrote: > > These are two things that bug me every single day: > > > > 1) "\copy" equivalent. psql has \copy to copy from a local file. Using > > the JDBC driver I also often copy data i

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-17 Thread Guillaume Lelarge
On Wed, 2012-02-15 at 19:54 +0100, Guillaume Lelarge wrote: > On Wed, 2012-02-15 at 11:11 -0700, John Abraham wrote: > > > > On Feb 15, 2012, at 11:01 AM, Guillaume Lelarge wrote: > > > > > If I'm correct, what you want is that, when you paste into Excel, > > > there > > > would be some kind of a

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-16 Thread Jorge Tornero - Listas
Hello All, This is my first message to the list son I'll do a little introduction about myself. My name is Jorge Tornero and I am a research assistant at Spanish Institute of Oceanography laboratory at Cadiz, Spain. I use pgadmin mainly to mantain the data I store into several postgresql dat

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-16 Thread Vik Reykja
On Wed, Feb 15, 2012 at 19:54, Guillaume Lelarge wrote: > > No sorry you misunderstand. I just want an additional row at the top > > with the column names in it. Nothing complex. > > > > Oh, my bad. You want the header. I thought we already had that, but I > can't find it anymore. I may be wrong

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-15 Thread Guy Rouillier
On 2/15/2012 1:01 PM, Guillaume Lelarge wrote: On Wed, 2012-02-15 at 10:36 -0700, John Abraham wrote: 2) copy with headers. I use this every day on SQL Server Management Studio to select data and copy them out, then paste them into another app (usually Excel.) With PGAdmin I select and copy

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-15 Thread Guillaume Lelarge
On Wed, 2012-02-15 at 19:54 +0100, Guillaume Lelarge wrote: > On Wed, 2012-02-15 at 11:11 -0700, John Abraham wrote: > > > > On Feb 15, 2012, at 11:01 AM, Guillaume Lelarge wrote: > > > > > If I'm correct, what you want is that, when you paste into Excel, > > > there > > > would be some kind of a

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-15 Thread Guillaume Lelarge
On Wed, 2012-02-15 at 11:11 -0700, John Abraham wrote: > > On Feb 15, 2012, at 11:01 AM, Guillaume Lelarge wrote: > > > If I'm correct, what you want is that, when you paste into Excel, > > there > > would be some kind of automatic typing of columns. I don't see that > > as > > "easy to implement

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-15 Thread John Abraham
On Feb 15, 2012, at 11:01 AM, Guillaume Lelarge wrote: > If I'm correct, what you want is that, when you paste into Excel, there > would be some kind of automatic typing of columns. I don't see that as > "easy to implement" for three reasons: No sorry you misunderstand. I just want an additiona

Re: [pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-15 Thread Guillaume Lelarge
On Wed, 2012-02-15 at 10:36 -0700, John Abraham wrote: > These are two things that bug me every single day: > > 1) "\copy" equivalent. psql has \copy to copy from a local file. Using the > JDBC driver I also often copy data into the database using the equivalent > COPY .. FROM STDIN… With ps

[pgadmin-support] \Copy and "Copy With Headers" -- every day these bug me.

2012-02-15 Thread John Abraham
These are two things that bug me every single day: 1) "\copy" equivalent. psql has \copy to copy from a local file. Using the JDBC driver I also often copy data into the database using the equivalent COPY .. FROM STDIN… With psycopg2 I also use COPY FROM STDIN to have the local python app f

Re: [pgadmin-support] Copy & paste - git

2011-03-15 Thread Guillaume Lelarge
Le 15/03/2011 10:28, Guillaume Lelarge a écrit : > Le 15/03/2011 07:52, Timon a écrit : >> it was already discussed. I have same bug, but Guillaume Lelarge >> unable to reproduce it. >> Using git bisect I found commit which broke this feature. This is >> http://git.postgresql.org/gitweb?p=pgadmin3

Fwd: [pgadmin-support] Copy & paste - git

2011-03-15 Thread Timon
-- Forwarded message -- From: Timon Date: 2011/3/15 Subject: Re: [pgadmin-support] Copy & paste - git To: Guillaume Lelarge This patch didn't help :( Copy/paste works everywhere fine, but not with sqlResult control. Also when I move cursor to scratchPad after sqlQuer

Re: [pgadmin-support] Copy & paste - git

2011-03-15 Thread Guillaume Lelarge
Le 15/03/2011 07:52, Timon a écrit : > it was already discussed. I have same bug, but Guillaume Lelarge > unable to reproduce it. > Using git bisect I found commit which broke this feature. This is > http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c4a350002d8e7bdb77bf5d8eb1c5eb4efad

Re: [pgadmin-support] Copy & paste - git

2011-03-14 Thread Timon
it was already discussed. I have same bug, but Guillaume Lelarge unable to reproduce it. Using git bisect I found commit which broke this feature. This is http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c4a350002d8e7bdb77bf5d8eb1c5eb4efade6aff 2011/3/15 Claudio Freire : > Hey, I ju

[pgadmin-support] Copy & paste - git

2011-03-14 Thread Claudio Freire
Hey, I just did a git pull and built from source (on debian squeeze), and I cannot copy & paste from the SQL results panel. Copy & paste there is pretty useful ;-) Any chance to get it back? -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscr

Re: [pgadmin-support] Copy/Cut/Paste Schema/Table

2011-03-14 Thread Dave Page
On Mon, Mar 14, 2011 at 6:10 PM, Vladimir Kokovic wrote: > Hi, > > Intended function: > > 1. copy / cut / paste schema >    copy / cut all schema objects to destination database.schema I would start with individual objects, and then move to multiple. > 2. copy / cut / paste table >    copy / cut

Re: [pgadmin-support] Copy/Cut/Paste Schema/Table

2011-03-14 Thread Fernando Hevia
I think those features would be a nice addition. Regards, Fernando. On Mon, Mar 14, 2011 at 15:10, Vladimir Kokovic wrote: > Hi, > > Intended function: > > 1. copy / cut / paste schema > copy / cut all schema objects to destination database.schema > 2. copy / cut / paste table > copy / c

Re: [pgadmin-support] Copy/Cut/Paste Schema/Table

2011-03-14 Thread Vladimir Kokovic
Hi, Intended function: 1. copy / cut / paste schema copy / cut all schema objects to destination database.schema 2. copy / cut / paste table copy / cut table definition / data / constraints to destination database.schema Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia On 3/

Re: [pgadmin-support] Copy/Cut/Paste Schema/Table

2011-03-14 Thread Raymond O'Donnell
On 14/03/2011 17:35, Vladimir Kokovic wrote: Hi, I intend to implement the following features that are lacking in pgAdmin3: 1. copy / cut / paste schema 2. copy / cut / paste table What do you think? Can you elaborate a bit more? Ray. -- Raymond O'Donnell :: Galway :: Ireland r...@iol.ie

[pgadmin-support] Copy/Cut/Paste Schema/Table

2011-03-14 Thread Vladimir Kokovic
Hi, I intend to implement the following features that are lacking in pgAdmin3: 1. copy / cut / paste schema 2. copy / cut / paste table What do you think? Best regards, Vladimir Kokovic, DP senior, Belgrade, Serbia -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To m

Re: [pgadmin-support] copy

2010-11-11 Thread Elizondo Julio César
Use PGADMIN to have a grid select and export to excel. JCE De: pgadmin-support-ow...@postgresql.org [mailto:pgadmin-support-ow...@postgresql.org] En nombre de Little, Douglas Enviado el: jueves, 11 de noviembre de 2010 01:25 p.m. Para: pgadmin-support@postgresql.org Asunto: [pgadmin-support

[pgadmin-support] copy

2010-11-11 Thread Little, Douglas
Is it possible to have a grid select/copy and paste to excel include the column headers? We're on 1.12.1 win/xp Doug Little Sr. Data Warehouse Architect | Enterprise Data Management | Orbitz Worldwide 500 W. Madison, Suite 1000 Chicago IL 60661| Office 312.260.2588 | Fax 312.894.5164 | Cell

Re: [pgadmin-support] copy empty table crash

2007-10-19 Thread Dave Page
Guillaume Lelarge wrote: > frank_lupo a écrit : >> I'm usign *pgAdmin1.6.3 (Mar 23 2007, rv: 6112), *when press copy >> button toolbar a empty table pgAdmin crash. >> > > Here is a patch to fix this in 1.8. > > Dave, can you apply it ? I don't have access to the svn server because > I'm on the Po

Re: [pgadmin-support] copy empty table crash

2007-10-19 Thread Guillaume Lelarge
frank_lupo a écrit : I'm usign *pgAdmin1.6.3 (Mar 23 2007, rv: 6112), *when press copy button toolbar a empty table pgAdmin crash. Here is a patch to fix this in 1.8. Dave, can you apply it ? I don't have access to the svn server because I'm on the PostgreSQLfr booth at the JDLL (a free sof

[pgadmin-support] copy empty table crash

2007-10-19 Thread frank_lupo
Hi All, I'm usign pgAdmin1.6.3 (Mar 23 2007, rv: 6112), when press copy button toolbar a empty table pgAdmin crash. thanks.

Re: Re : [pgadmin-support] Copy from Edit data, Paste into OpenOffice

2007-01-19 Thread Dave Page
Laurent ROCHE wrote: > Well, it works for me too ... in english ! > It's down to the problem I mentioned in another post: when using the French > version "Tab" is translated by "Tabulation" and does not produce Tab > separated file ! > > I just need to shorten the string from Tabulation to Tab .

Re : [pgadmin-support] Copy from Edit data, Paste into OpenOffice Spreadsheet

2007-01-19 Thread Laurent ROCHE
ne De : Dave Page <[EMAIL PROTECTED]> À : Laurent ROCHE <[EMAIL PROTECTED]> Cc : pgadmin-support@postgresql.org; [EMAIL PROTECTED] Envoyé le : Vendredi, 19 Janvier 2007, 17h24mn 56s Objet : Re: [pgadmin-support] Copy from Edit data, Paste into OpenOffice Spreadsheet Laurent ROCHE wro

Re: [pgadmin-support] Copy from Edit data, Paste into OpenOffice

2007-01-19 Thread Dave Page
Laurent ROCHE wrote: > Hi Gals & Guys, > > Any of you has achived to copy Copy from Edit data window and then Paste > into OpenOffice Spreadsheet ? > > I have tryed to change the field separators parameter (File ==> Preferences, > Request tab) but I still get everything into one column ! > It'

[pgadmin-support] Copy from Edit data, Paste into OpenOffice Spreadsheet

2007-01-19 Thread Laurent ROCHE
Hi Gals & Guys, Any of you has achived to copy Copy from Edit data window and then Paste into OpenOffice Spreadsheet ? I have tryed to change the field separators parameter (File ==> Preferences, Request tab) but I still get everything into one column ! It's probably an OOo bug, but I wondered

Re: [pgadmin-support] Copy / Paste problem

2007-01-17 Thread mike
Where are you trying to copy and paste from? One sql editor window to another? That worked fine under WinXP. Maybe try the latest pgadmin which 1.6.2. Mike On Thu, 2007-01-18 at 02:58 +0100, Massimo Fidanza wrote: > With pgAdmin 1.4.3 under Kde, I don't test this on other window manager, >

[pgadmin-support] Copy / Paste problem

2007-01-17 Thread Massimo Fidanza
With pgAdmin 1.4.3 under Kde, I don't test this on other window manager, I have problem with copy / paste Both if I use ctrl+c / ctrl+v or menu copy / menu paste the text pasted is not always the last copied. To enshure that the clipboard contains the last copied text I need to press ctrl+C more

Re: [pgadmin-support] COPY my_table FROM STDIN

2007-01-17 Thread Andy Shellam (Mailing Lists)
If you have the data already in a text file, you can upload the text file to the server, then run "COPY FROM " from within PgAdmin, but if you have psql access, then use that as it's much less hassle. Dave Page wrote: Laurent ROCHE wrote: Hi, I am trying to run a COPY my_table FROM

Re: [pgadmin-support] COPY my_table FROM STDIN

2007-01-17 Thread Dave Page
Laurent ROCHE wrote: > Hi, > > I am trying to run a COPY my_table FROM STDIN from pgAdmin ... but I can not > manage to get it to work ! > > It runs with psql ! > > Here is a short version of the command: > COPY xfrt.import_cpts FROM STDIN; > 1DG 16930 7 JAN 071 > 2DG 25

[pgadmin-support] COPY my_table FROM STDIN

2007-01-16 Thread Laurent ROCHE
Hi, I am trying to run a COPY my_table FROM STDIN from pgAdmin ... but I can not manage to get it to work ! It runs with psql ! Here is a short version of the command: COPY xfrt.import_cpts FROM STDIN; 1DG 16930 7 JAN 071 2DG 25430 7 JAN 072 3DG 34617

[pgadmin-support] COPY permission problem - Windows XP

2006-02-15 Thread appa1
Whenever I try to perform a COPY command (even as superuser), I get the following error message: ERROR: could not open file "Z:\myfile.out" for reading: Permission denied (the file is otherwise freely readable/writable to any user in Windows!) I am using Perl-DBI Programs to access the databas

Re: [pgadmin-support] COPY permissions problem - Windows XP

2006-01-06 Thread Nolen, Terry
it is important to create a postgres Windows user on the server before installing. Terry Nolen -Original Message- From: Jim C. Nasby [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 21, 2005 7:10 PM To: Nolen, Terry Cc: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support]

Re: [pgadmin-support] COPY permissions problem - Windows XP

2006-01-03 Thread john . rylander
BTW, copying the relevant CSV file to the "My Documents" folder of the "postgres" user did not make things work with pgAdmin III Query (1.4.1)--same permissions problem as noted in the original message: ERROR: could not open file "C:\Documents and Settings\postgres\My Documents\Cumulative.csv" fo

Re: [pgadmin-support] COPY permissions problem - Windows XP

2006-01-03 Thread john . rylander
Jim, Your reference to \COPY proved extremely useful for me--thanks! At first, I didn't much pay attention to it, because the portion of the docs you excerpted focussed on STDIN; but when I read the whole doc set for the command, it was clear that I could indeed plug in any old file spec as with

Re: [pgadmin-support] COPY permissions problem - Windows XP

2006-01-02 Thread Serge Faucilhon
unsubscribe-unsubscribe-unsubscribe-unsubscribe unsubscribe-unsubscribe-unsubscribe-unsubscribe unsubscribe-unsubscribe-unsubscribe-unsubscribe Le Lundi 2 Janvier 2006 17:28, [EMAIL PROTECTED] a écrit : > Same problem here, and same mystification. > > As someone coming from a basically single-use

Re: [pgadmin-support] COPY permissions problem - Windows XP

2006-01-02 Thread john . rylander
Same problem here, and same mystification. As someone coming from a basically single-user perspective who's looking at PostgresQL mainly for capacity (Microsoft Access 2003 keeps running out of space even though the tables I'm working with are under 100 MB) and license reasons (I'm uncomfortable w

Re: [pgadmin-support] COPY permissions problem - Windows XP

2005-12-27 Thread Jim C. Nasby
s to use them. Do you have any suggested wording and location in docs? > Thx again, > > Terry Nolen > > > > -Original Message- > From: Jim C. Nasby [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 21, 2005 7:10 PM > To: Nolen, Terry > Cc: pgadmin-support@postgresql

Re: [pgadmin-support] COPY permissions problem - Windows XP

2005-12-22 Thread Nolen, Terry
ednesday, December 21, 2005 7:10 PM To: Nolen, Terry Cc: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] COPY permissions problem - Windows XP   On Wed, Dec 21, 2005 at 04:32:17PM -0600, Nolen, Terry wrote: > I'm new to postgresql and I'm trying to test the copy command with a

Re: [pgadmin-support] COPY permissions problem - Windows XP

2005-12-21 Thread Jim C. Nasby
On Wed, Dec 21, 2005 at 04:32:17PM -0600, Nolen, Terry wrote: > I'm new to postgresql and I'm trying to test the copy command with a csv > file. I keep getting an error which states that I don't have read > permissions. > > My database is owned by postgres, and I'm signed in as postgres. The > t

[pgadmin-support] COPY permissions problem - Windows XP

2005-12-21 Thread Nolen, Terry
Title: COPY permissions problem - Windows XP I’m new to postgresql and I’m trying to test the copy command with a csv file.  I keep getting an error which states that I don’t have read permissions. My database is owned by postgres, and I’m signed in as postgres.  The table that I’m placing t

Re: [pgadmin-support] copy and paste

2004-09-25 Thread Richard Hayward
On Thu, 23 Sep 2004 19:34:05 +, [EMAIL PROTECTED] (Andreas Pflug) wrote: > >Additionally, I'd like to point out that we *have* copy to clipboard in >pgadmin3 1.2B1 (view data and query tool), despite the fact that there's >no commonly accepted clipboard format that would make it really usef

Re: [pgadmin-support] copy and paste

2004-09-23 Thread Andreas Pflug
Tino Wildenhain wrote: Hi, Am Fr, den 24.09.2004 schrieb Richard Hayward um 1:18: A thing I have to do all the time, with MSSQL, is copy a recordset from one of the query tools, and then paste it into another application, typically a spreadsheet for analysis or specialized formatting. What about

Re: [pgadmin-support] copy and paste

2004-09-23 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Green > Sent: 23 September 2004 16:38 > To: [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] copy and paste > > Hi, > > I've switched to Postgresq

Re: [pgadmin-support] copy and paste

2004-09-23 Thread Jeff Green
orted ... Regards, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tino Wildenhain Sent: 23 September 2004 16:25 To: Richard Hayward Cc: [EMAIL PROTECTED] Subject: Re: [pgadmin-support] copy and paste Hi, Am Fr, den 24.09.2004 schrieb Ri

Re: [pgadmin-support] copy and paste

2004-09-23 Thread Tino Wildenhain
Hi, Am Fr, den 24.09.2004 schrieb Richard Hayward um 1:18: > A thing I have to do all the time, with MSSQL, is copy a recordset > from one of the query tools, and then paste it into another > application, typically a spreadsheet for analysis or specialized > formatting. What about just *using* t

[pgadmin-support] copy and paste

2004-09-23 Thread Richard Hayward
A thing I have to do all the time, with MSSQL, is copy a recordset from one of the query tools, and then paste it into another application, typically a spreadsheet for analysis or specialized formatting. In pgadmin (on Windows at least) copy doesn't work. Is this likely to be implemented? What

Re: [pgadmin-support] Copy between Databases

2004-05-27 Thread Christopher Kings-Lynne
Is there a way to implement the pg_dump from within pgAdminIII? If so, how? Of course, all you need is a C++ compiler and some spare time :-) You could code a graphical frontend for pg_dump/pg_restore, which is on the pgadmin3 TODO list anyway. Just do what we do with phpPgAdmin - we just ope

Re: [pgadmin-support] Copy between Databases

2004-05-27 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: Is there a way to implement the pg_dump from within pgAdminIII? If so, how? Of course, all you need is a C++ compiler and some spare time :-) You could code a graphical frontend for pg_dump/pg_restore, which is on the pgadmin3 TODO list anyway. Regards, Andreas -

Re: [pgadmin-support] Copy between Databases

2004-05-27 Thread [EMAIL PROTECTED]
Is there a way to implement the pg_dump from within pgAdminIII? If so, how? Thanks, Derrick > look at pg_dump. > > If you want to do this in real-time please specify ? > > Jim > > > Is there a way to copy tables, functions, etc. between databases and > servers > > within pgAdmin? > > > > For ex

Re: [pgadmin-support] Copy between Databases

2004-05-27 Thread James M Doherty PGADMIN
look at pg_dump. If you want to do this in real-time please specify ? Jim - Original Message - From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 26, 2004 11:58 AM Subject: [pgadmin-support] Copy between Databases > Is t

[pgadmin-support] Copy between Databases

2004-05-26 Thread [EMAIL PROTECTED]
Is there a way to copy tables, functions, etc. between databases and servers within pgAdmin? For example, within pgAdmin we have: Server1 has a database called DB1 with a table called Table1. Server2 has a database called DB2 with a table called Table2. I want to copy the data and metadat

Re: [pgadmin-support] Copy / Paste not working

2003-07-03 Thread Adam H. Pendleton
John Bercik wrote: On Thu, 2003-07-03 at 07:23, Vadim Zeitlin wrote: On 03 Jul 2003 07:24:28 -0400 John Bercik <[EMAIL PROTECTED]> wrote: JB> The pgAdmin3 developers tell me that they use the wxWindows manager and JB> that the copy / paste problem is from that. They'd need to enter into contac

Re: [pgadmin-support] Copy / Paste not working

2003-07-03 Thread Andreas Pflug
John Bercik wrote: On Thu, 2003-07-03 at 07:23, Vadim Zeitlin wrote: On 03 Jul 2003 07:24:28 -0400 John Bercik <[EMAIL PROTECTED]> wrote: JB> The pgAdmin3 developers tell me that they use the wxWindows manager and JB> that the copy / paste problem is from that. They'd need to enter into contac

Re: [pgadmin-support] Copy / Paste not working

2003-07-03 Thread John Bercik
On Thu, 2003-07-03 at 07:23, Vadim Zeitlin wrote: > On 03 Jul 2003 07:24:28 -0400 John Bercik <[EMAIL PROTECTED]> wrote: > > JB> The pgAdmin3 developers tell me that they use the wxWindows manager and > JB> that the copy / paste problem is from that. > > They'd need to enter into contact with us

Re: [pgadmin-hackers] [pgadmin-support] copy paste ?

2003-07-02 Thread Dave Page
Title: Message   -Original Message-From: Adam H. Pendleton [mailto:[EMAIL PROTECTED] Sent: 02 July 2003 12:30To: Dave PageCc: John Bercik; pgadmin support; [EMAIL PROTECTED]Subject: Re: [pgadmin-hackers] [pgadmin-support] copy paste ?Dave Page wrote: Hi John, The

Re: [pgadmin-hackers] [pgadmin-support] copy paste ?

2003-07-02 Thread Adam H. Pendleton
Dave Page wrote: Hi John, The major part of the problem is that copy/paste is handled by the window manager not pgAdmin, so it's quite difficult for us to fix. Jean-Michel has tested on the same platform as you (Kde 3/Redhat 9 iirc), and it works fine for him, so it's presumably something

  1   2   >