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

2007-09-15 Thread Dave Page
Magnus Hagander wrote: > Dave Page wrote: >>> --- Original Message --- >>> From: "Michael Shapiro" <[EMAIL PROTECTED]> >>> To: "pgAdmin Support" >>> 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

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

2007-09-15 Thread Dave Page
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'

Re: [pgadmin-support] Double Quotes

2007-09-15 Thread Dave Page
Jason Best wrote: > Hi, > > I think I have come across a bug. I am trying to create > a new stored proc using plperl. I have an IN variable declared as a > table called XmlData. The SQL being generated is wrong: What version of pgAdmin? It works for me on 1.8.0 beta 5. Regards, D

Re: [pgadmin-support] pgadmin 8.3 beta 5: ERROR: permission denied for tablespace pg_default

2007-09-15 Thread Dave Page
Harald Armin Massa wrote: > Hello, > > it may or may not be considered as a pgadmin error: > > I try to create an index on a column of a table. Using the > pgadmin-wizard, that results in: > > CREATE INDEX otformularkopf_test >ON otformularkopf (id_pkfk) >TABLESPACE pg_default; > >

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

2007-09-15 Thread Magnus Hagander
Dave Page wrote: > >> --- Original Message --- >> From: "Michael Shapiro" <[EMAIL PROTECTED]> >> To: "pgAdmin Support" >> 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 >

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

2007-09-15 Thread Charlie Clark
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 Helmholtzs

Re: [pgadmin-support] Query tool greyed out

2007-09-15 Thread Dave Page
Rob McDonell wrote: > In both version 1.6 and 1.8 (can't remember earlier) the SQL button and > Query Tool menu item are inactive/greyed out when a Role is selected in > the Object Browser. This tool should always be available: regardless of > what you're browsing, you might want to write a query.

[pgadmin-support] Query tool greyed out

2007-09-15 Thread Rob McDonell
In both version 1.6 and 1.8 (can't remember earlier) the SQL button and Query Tool menu item are inactive/greyed out when a Role is selected in the Object Browser. This tool should always be available: regardless of what you're browsing, you might want to write a query. Thanks, Rob. -

[pgadmin-support] pgAdmin 1.8.0 Beta 5 dies when adding a primary key

2007-09-15 Thread Jeff Buhrt
Thanks for the great work! [#1 new feature: I love the fact column widths don't keep resizing.] pgAdmin 1.8.0 Beta 5 (Sep 10 2007, rev: 6631) WinXP Pro, SP2 Postgres server: postgresql-8.1.9-1.fc6 Using either an existing table or a new (ex: test with just a serial column), add a primary key

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

2007-09-15 Thread Dave Page
> --- Original Message --- > From: "Michael Shapiro" <[EMAIL PROTECTED]> > To: "pgAdmin Support" > 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).