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

[pgadmin-support] Usability improvment ideas

2011-03-14 Thread Bernhard Neuhauser
Hi pgadmin team, I am not sure if this mailing list is suitable for giving feedback on pgadmin, so please redirect me to a better place if necessary. Pgadmin itself seems to be a really nice tool, but I think that there is potential to improve its usability with minor development effort. 1] a "

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] where are the query output tuples stored

2011-03-14 Thread Dave Page
On Mon, Mar 14, 2011 at 2:39 PM, Qiqi YU wrote: > Hi Dave, > > Thanks for your fast reply. As I went through the code of function > ctlSQLResult::DisplayData(bool single), there seems to be no calling > of wxGrid Control to display data?  My understanding is that the > displayData function would s

Re: [pgadmin-support] where are the query output tuples stored

2011-03-14 Thread Qiqi YU
Hi Dave, Thanks for your fast reply. As I went through the code of function ctlSQLResult::DisplayData(bool single), there seems to be no calling of wxGrid Control to display data? My understanding is that the displayData function would set up the frame of the outputs (i.e. all the column attribut

Re: [pgadmin-support] where are the query output tuples stored

2011-03-14 Thread Dave Page
On Sun, Mar 13, 2011 at 3:37 PM, Qiqi YU wrote: > Hi Dave, > > > Thanks for your reply! However, I still have a few doubts: > 1: In which stage is the output tuples displayed? Is that within the > OnQueryComplete function? void ctlSQLResult::DisplayData(bool single) is where things are setup for

Re: [pgadmin-support] Git Makefile.am

2011-03-14 Thread Dave Page
On Sat, Mar 12, 2011 at 3:19 PM, Vladimir Kokovic wrote: > Hi, > > Git pgadmin/Makefile.am line .105 should be: > > BUILT_SOURCES = $(patsubst %.png,%.pngc,$(wildcard > $(top_srcdir)/pgadmin/include/images/*.png)) Good catch - patch committed. Thanks! -- Dave Page Blog: http://pgsnake.blogspot