Re: Export the explain diagram?

Lists: pgadmin-support
From: "Dave Page" <dpage(at)postgresql(dot)org>
To: "Michael Shapiro" <mshapiro51(at)gmail(dot)com>
Cc: "pgAdmin Support" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Export the explain diagram?
Date: 2007-09-15 07:46:35
Message-ID: 200709150846350000@68867189
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgadmin-support

> ------- Original Message -------
> From: "Michael Shapiro" <mshapiro51(at)gmail(dot)com>
> To: "pgAdmin Support" <pgadmin-support(at)postgresql(dot)org>
> Sent: 13/09/07, 14:01:37
> Subject: [pgadmin-support] Export the explain diagram?
>
> 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 tool, but none of the tools I have found can handle
> scrolling in the horizontal direction (which occurs often in the diagrams).
>
> Are they are plans to add such an export capability?

No, noone ever asked for it before. It's a sensible addition though, so if anyone wants to come up with a patch.

/D


From: Charlie Clark <charlie(at)begeistert(dot)org>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: "Michael Shapiro" <mshapiro51(at)gmail(dot)com>, "pgAdmin Support" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Export the explain diagram?
Date: 2007-09-15 08:35:09
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgadmin-support


Am 15.09.2007 um 09:46 schrieb Dave Page:

> No, noone ever asked for it before. It's a sensible addition
> though, so if anyone wants to come up with a patch.

I would have thought SVG would be a good choice for the export
format. How is the layouting done?

Charlie
--
Charlie Clark
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-938-5360
GSM: +49-178-782-6226


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: Michael Shapiro <mshapiro51(at)gmail(dot)com>, pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Export the explain diagram?
Date: 2007-09-15 08:36:01
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgadmin-support

Dave Page wrote:
>
>> ------- Original Message -------
>> From: "Michael Shapiro" <mshapiro51(at)gmail(dot)com>
>> To: "pgAdmin Support" <pgadmin-support(at)postgresql(dot)org>
>> Sent: 13/09/07, 14:01:37
>> Subject: [pgadmin-support] Export the explain diagram?
>>
>> 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 tool, but none of the tools I have found can handle
>> scrolling in the horizontal direction (which occurs often in the diagrams).
>>
>> Are they are plans to add such an export capability?
>
> No, noone ever asked for it before. It's a sensible addition though, so if anyone wants to come up with a patch.

Are you sure I didn't ask you for that before? ;-) I meant to :-P

If nobody else does it, I'll try to work on this for the next release.

//Magnus


From: Dave Page <dpage(at)postgresql(dot)org>
To: Charlie Clark <charlie(at)begeistert(dot)org>
Cc: Michael Shapiro <mshapiro51(at)gmail(dot)com>, pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Export the explain diagram?
Date: 2007-09-15 08:49:25
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgadmin-support

Charlie Clark wrote:
>
> Am 15.09.2007 um 09:46 schrieb Dave Page:
>
>> No, noone ever asked for it before. It's a sensible addition though,
>> so if anyone wants to come up with a patch.
>
> I would have thought SVG would be a good choice for the export format.
> How is the layouting done?

It's drawn programmatically using wxOGL.

Regards, Dave


From: Dave Page <dpage(at)postgresql(dot)org>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Michael Shapiro <mshapiro51(at)gmail(dot)com>, pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Export the explain diagram?
Date: 2007-09-15 08:49:48
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgadmin-support

Magnus Hagander wrote:
> Dave Page wrote:
>>> ------- Original Message -------
>>> From: "Michael Shapiro" <mshapiro51(at)gmail(dot)com>
>>> To: "pgAdmin Support" <pgadmin-support(at)postgresql(dot)org>
>>> Sent: 13/09/07, 14:01:37
>>> Subject: [pgadmin-support] Export the explain diagram?
>>>
>>> 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 tool, but none of the tools I have found can handle
>>> scrolling in the horizontal direction (which occurs often in the diagrams).
>>>
>>> Are they are plans to add such an export capability?
>> No, noone ever asked for it before. It's a sensible addition though, so if anyone wants to come up with a patch.
>
> Are you sure I didn't ask you for that before? ;-) I meant to :-P

Not that I ever recall.

> If nobody else does it, I'll try to work on this for the next release.

Thanks.

/D