Re: [pgadmin-support] Paste not working on Mac 1.10.1

2010-02-09 Thread Dave Page
On Tue, Feb 9, 2010 at 10:23 PM, Pat Flanigan wrote: > Using pgAdminIII on Mac OS/x has become frustrating as copy and paste > between documents doesn't work.  I want to make a change to a view > that needs an extra column.  I drop the view and try to recreate it. > I've changed the view definitio

[pgadmin-support] Bug report

2010-02-09 Thread qwadrillion
I'd like to report a bug: platform: Windows language: russian distribution: pgadmin3-1.8.4.zip localization misspell: menu item "Представление" - subitem "Ворачивание" misspelled ( correct word "Сворачивание", however I would rather use "Перенос слов" ) -- Best Regards, Masha Fedorova

[pgadmin-support] Paste not working on Mac 1.10.1

2010-02-09 Thread Pat Flanigan
Using pgAdminIII on Mac OS/x has become frustrating as copy and paste between documents doesn't work.  I want to make a change to a view that needs an extra column.  I drop the view and try to recreate it. I've changed the view definition in an Eclipse cvs file.  I try to copy this into the pgAdmin

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Guillaume Lelarge
Le 09/02/2010 23:05, Michael Shapiro a écrit : > Any idea when it might be available? > If it gets commited soon, it would be available for 1.12, which means some time before PostgreSQL 9.0. -- Guillaume. http://www.postgresqlfr.org http://dalibo.com -- Sent via pgadmin-support mailing lis

Re: [pgadmin-support] Bug report

2010-02-09 Thread Guillaume Lelarge
Hi, Le 09/02/2010 22:15, qwadrillion a écrit : > I'd like to report a bug: > > platform: Windows > language: russian > distribution: pgadmin3-1.8.4.zip > > localization misspell: menu item "Представление" - subitem "Ворачивание" > misspelled ( correct word "Сворачивание", however I would ra

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Guillaume Lelarge
Le 09/02/2010 17:52, Michael Shapiro a écrit : > As long as JPG is also supported. You might want to offer a Save As where > SVG, PNG, JPG, BMP(?) are offered. > IIRC, only JPG is currently supported. -- Guillaume. http://www.postgresqlfr.org http://dalibo.com -- Sent via pgadmin-support m

[pgadmin-support] Bug report

2010-02-09 Thread qwadrillion
I'd like to report a bug: platform: Windows language: russian distribution: pgadmin3-1.8.4.zip localization misspell: menu item "Представление" - subitem "Ворачивание" misspelled ( correct word "Сворачивание", however I would rather use "Перенос по словам" ) -- Best Regards, Masha Fedorova

[pgadmin-support] Feature request: in table view

2010-02-09 Thread Raymond O'Donnell
Hi all, I find it really useful that, when you open a query window and enter a select statement, null values show up explicitly as . However, you don't get this when opening a window ("View data...") directly onto a table or a view, and it would be particularly useful here. I'm currently rehabili

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Andreas Neumann
If someone works on exporting the diagram, it would be worth looking at the SVG format, which is supported by modern browsers. This way it can be read into Inkscape as well for further processing. And it could potentially also contain scripting/interactivity for tooltips. Andreas On Tue, Febru

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Michael Shapiro
As long as JPG is also supported. You might want to offer a Save As where SVG, PNG, JPG, BMP(?) are offered. On Tue, Feb 9, 2010 at 10:46 AM, Andreas Neumann wrote: > If someone works on exporting the diagram, it would be worth looking at > the SVG format, which is supported by modern browsers. >

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Michael Shapiro
On Tue, Feb 9, 2010 at 9:03 AM, Guillaume Lelarge wrote: > > > I have a another request for a mod to the diagram. The text box > disappears > > as soon as I move the mouse. It would be helpful if it would stay up > longer > > (eg, until the mouse is clicked in the text box). In order to compare >

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Guillaume Lelarge
Le 09/02/2010 15:48, Michael Shapiro a écrit : > The diagram looks pretty much the same, but I do see that when I click on > one of the items in the diagram, the text box that pops up showing info from > the explain (cost, etc) has more to it (not just cost, but actual time). I > assume that inform

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Michael Shapiro
The diagram looks pretty much the same, but I do see that when I click on one of the items in the diagram, the text box that pops up showing info from the explain (cost, etc) has more to it (not just cost, but actual time). I assume that information is coming from the more extensive information fro

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Guillaume Lelarge
Le 09/02/2010 15:09, Michael Shapiro a écrit : > We are talking about EXPLAIN, not VACUUM, since this is from the Query tool. > Sorry, I meant EXPLAIN when I said VACUUM. Should sleep more :) > Is there a lot more information in the EXPLAIN diagram with ANALYZE than > without it? > A lot, not

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Guillaume Lelarge
Le 09/02/2010 14:49, Michael Shapiro a écrit : > My mistake. I do see the diagram. What is the difference between explain > without Analyze or Verbose selected? (That is how I normally run it, ie I > don't select Analyze or Verbose from the Query menu, I just run explain and > I get a diagram). >

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Michael Shapiro
My mistake. I do see the diagram. What is the difference between explain without Analyze or Verbose selected? (That is how I normally run it, ie I don't select Analyze or Verbose from the Query menu, I just run explain and I get a diagram). On Tue, Feb 9, 2010 at 7:43 AM, Guillaume Lelarge wrote:

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Guillaume Lelarge
Le 09/02/2010 14:30, Michael Shapiro a écrit : > I don't think this is what I was asking for. I want the image from the > "normal" (as opposed to "Analyze" or "Verbose"). The "Analyze" and > "Verbose" do not produce a diagram. Does Ashesh's work produce an image like > what the normal explain does?

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Guillaume Lelarge
Le 09/02/2010 13:02, Michael Shapiro a écrit : > I'd like to revive a feature request I made about 2 years ago ... > Ashesh did some work on it. He sent a really interesting patch which allow a user to print and save the explain analyze. AFAICT, it seems I forgot to read the patch. I tried it and

Re: [pgadmin-support] Export the explain diagram?

2010-02-09 Thread Michael Shapiro
I'd like to revive a feature request I made about 2 years ago ... On Thu, Sep 13, 2007 at 7:01 AM, Michael Shapiro wrote: > I would love to be be able to capture the diagram created by explain into > an image file (e.g. jpg). I don't see any way to do that in PgAdmin. I could > use an external to

Re: [pgadmin-support] Folder size growing.

2010-02-09 Thread Raymond O'Donnell
On 09/02/2010 08:54, Malini_Singaravelu wrote: > Installed postgre sql in my machine. The size of the folder > 'C:\Program Files\PostgreSQL\8.2\data\base' is increasing day by day > to the extent of occupying the entire hard disk. Please let me know > what needs to be done to keep the size at opt

[pgadmin-support] Folder size growing.

2010-02-09 Thread Malini_Singaravelu
Installed postgre sql in my machine. The size of the folder 'C:\Program Files\PostgreSQL\8.2\data\base' is increasing day by day to the extent of occupying the entire hard disk. Please let me know what needs to be done to keep the size at optimum level. DISCLA