[pgadmin-support] Feature Request: save all windows

2010-02-24 Thread Josh Berkus
Here's an easier one: I'd like a menu item to save all open query windows. Currently if I have 10 or 11 windows open, I have to go through, saving them one at a time. --Josh Berkus -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: h

[pgadmin-support] Feature Request: change size of text in query result grid

2010-02-24 Thread Josh Berkus
Folks, I often use pgAdmin for demos and training. For that purpose, as well as for odd screen sizes, it would be really useful to have some control over the text size in the query result grid. Currently, I can make the query text size any point size I like, but the results are always the same.

Re: [pgadmin-support] sql-files with control characters at the beginning

2010-02-24 Thread Dave Page
On Wed, Feb 24, 2010 at 2:50 PM, Andreas Laggner wrote: > Hi List, > > i want to execute my sql-files, written with pgadmin 1.10.0 (from > binaries for openSuse 11.2 64bit) directly on the server via nohup. But > since 1.10 (i never had that problem in 1.08) the sql-file saved by > pgadmin begins

[pgadmin-support] sql-files with control characters at the beginning

2010-02-24 Thread Andreas Laggner
Hi List, i want to execute my sql-files, written with pgadmin 1.10.0 (from binaries for openSuse 11.2 64bit) directly on the server via nohup. But since 1.10 (i never had that problem in 1.08) the sql-file saved by pgadmin begins with 3 control characters. I can only see these characters, if i ope

[pgadmin-support] Window Size SQL-query

2010-02-24 Thread Andreas Laggner
Hi List, i'm running 1.10.0 binary with openSuse 11.2 64bit. When i open a sql-query the window size is standard and not as i left it last time i used pgadmin3. How can i get pgadmin3 remembering the window size? Hint: this problem occurs on more 11.2 machines, but on the 11.1 ones pgadmin remembe

[pgadmin-support] Feature request -- export as select into stmts

2010-02-24 Thread Michael Shapiro
It would be very useful to be able to export the results of a query as select into statements, at least in the case when there is only one table in the from clause.

[pgadmin-support] pgAdmin 1.10.1 default parameters error

2010-02-24 Thread Volobuyev Andrey
If I create function with 2 or more default parameters in pgAdmin 1.10.1 for windows, then after the command "Create Script" in function's tree I see incorrect definition of function - default value is displayed only for every second parameter. How can I fix It? Thanks