Re: [pgadmin-support] Edit data on the data output tab

2012-07-19 Thread Claudio Freire
On Thu, Jul 19, 2012 at 4:30 PM, Guillaume Lelarge wrote: > No. And I don't see how we would be able to do that. Even if you simply > do a "SELECT * FROM something", that "something" may be many thing: a > table of course, but also a view, a foreign table. > > So, no, sorry. (no as in "not me") A

Re: [pgadmin-support] Slow Speed Over Remote X11 Session

2012-04-09 Thread Claudio Freire
On Fri, Apr 6, 2012 at 5:39 PM, Thangalin wrote: > Hi, > > pgAdmin3 cannot be used remotely through X11 forwarding over a relatively > fast Internet connection. I've noticed this. It's the syntax highlighting. If you can build yourself a pgadmin without syntax highlighting, it should be a lot mo

Re: [pgadmin-support] SQL editor too slow on remote X

2012-02-06 Thread Claudio Freire
On Mon, Feb 6, 2012 at 2:50 PM, Dave Page wrote: > The highlighting is handled by wxWidgets, so this would almost > certainly need to be patched there. Interesting... ...I'll try disabling it and see if it makes it go away. In which case, an option to toggle syntax highlighting would be useful.

[pgadmin-support] SQL editor too slow on remote X

2012-02-06 Thread Claudio Freire
I know this is not a common use case, and you probably don't want to support it. But I'll open up the e-mail pointing out that I've seen this exact behavior with local X displays, when they're running slow, so it would be nice to fix it. Something on the new SQL editing panel with syntax highlight

Re: [pgadmin-support] Execute arbitrary SQL queries does not come up in pgAdmin

2011-03-18 Thread Claudio Freire
On Fri, Mar 18, 2011 at 4:00 PM, Edgar Sepulveda wrote: > Hi > I have installed pgAdmin3 version 1.12.2 and I have the problem that the > option to execute SQL queries does not come up, instead pgAdmin3 goes > frozen. > I am using a MacBook Pro with Mac OS X version 10.6.6, the database is > postg

[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] Building error

2011-01-20 Thread Claudio Freire
2011/1/20 Ashesh Vashi > If you're getting this error on windows. > That's because - the installer did not copy the file in PostgreSQL > distribution directory because of the build script bug, which is (I think) > now resolved upstream. > Please copy the attached file in \include\server\parser\

[pgadmin-support] Building error

2011-01-20 Thread Claudio Freire
Just to let you know, I just did a git pull and found myself staring at the following error message (after a number of lines of build output): ./db/keywords.c:33:34: error: server/parser/kwlist.h: No such file or directory ¿missing commit perhaps?