[pgadmin-hackers] Re: [pgAdmin III] #207: Crash "The memory could not be read" on Windows XP

2010-06-11 Thread pgAdmin Trac
#207: Crash "The memory could not be read" on Windows XP --+- Reporter: Florence Cousin | Owner: Ashesh Vashi Type: bug | Status: closed Priority: minor| Milestone: 1

[pgadmin-hackers] Re: [pgAdmin III] #207: Crash "The memory could not be read" on Windows XP

2010-06-11 Thread pgAdmin Trac
#207: Crash "The memory could not be read" on Windows XP -+-- Reporter: Florence Cousin | Owner: Ashesh Vashi Type: bug | Status: new Priority: minor| Milestone: 1.10

[pgadmin-hackers] [pgAdmin III] #207: Crash "The memory could not be read" on Windows XP

2010-06-11 Thread pgAdmin Trac
#207: Crash "The memory could not be read" on Windows XP -+-- Reporter: Florence Cousin | Owner: Ashesh Vashi Type: bug | Status: new Priority: minor| Milestone:

Re: [pgadmin-hackers] [pgAdmin III] #186: Reseting a table/function's statistics

2010-06-11 Thread pgAdmin Trac
#186: Reseting a table/function's statistics +--- Reporter: gleu| Owner: dpage Type: feature | Status: new Priority: minor | Milestone

[pgadmin-hackers] Re: [pgAdmin III] #191: Functions returning TABLE lose necessary double quotes for names

2010-06-11 Thread pgAdmin Trac
#191: Functions returning TABLE lose necessary double quotes for names --+- Reporter: brsa | Owner: gleu Type: bug | Status: closed Priority: minor| Milestone: 1.10.4 Component: pga

[pgadmin-hackers] SVN Commit by guillaume: r8428 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/schema

2010-06-11 Thread svn
Author: guillaume Date: 2010-06-11 18:02:57 +0100 (Fri, 11 Jun 2010) New Revision: 8428 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8428&view=rev Log: Fix quoting of TABLE parameters in a function. Fix also the quoting of the PL. Per a report from Erwin Brandstetter. Fixes

Re: [pgadmin-hackers] Reverse engineering of functions ..

2010-06-11 Thread Guillaume Lelarge
Hi Erwin, Le 19/05/2010 23:31, Erwin Brandstetter a écrit : > Aloha! > > Found another hitch with functions returning TABLE(). #191 says it all. > > On a side note, the SQL example demonstrates another small issue: > ... LANGUAGE sql > is transformed to > ... LANGUAGE 'sql' -- note

[pgadmin-hackers] SVN Commit by guillaume: r8427 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/dlg pgadmin/schema

2010-06-11 Thread svn
Author: guillaume Date: 2010-06-11 17:55:09 +0100 (Fri, 11 Jun 2010) New Revision: 8427 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8427&view=rev Log: Fix quoting of TABLE parameters in a function. Fix also the quoting of the PL. Per a report from Erwin Brandstetter. Fixes

[pgadmin-hackers] Re: [pgAdmin III] #191: Functions returning TABLE lose necessary double quotes for names

2010-06-11 Thread pgAdmin Trac
#191: Functions returning TABLE lose necessary double quotes for names -+-- Reporter: brsa | Owner: gleu Type: bug | Status: assigned Priority: minor| Milestone: 1.10.4 Component: p

Re: [pgadmin-hackers] Patch to frmStatus.cpp

2010-06-11 Thread Dave Page
Thanks - patch applied. Regards, Dave On Thu, Jun 10, 2010 at 11:06 PM, Chuck McDevitt wrote: > This trivial patch fixes two things: > > > > 1)  Allows this SQL statement to run on Greenplum Database as well as > old versions of PostgreSQL. > > 2)  Gets rid of the useless “/32” appended

[pgadmin-hackers] SVN Commit by dpage: r8426 - trunk/pgadmin3/pgadmin/frm

2010-06-11 Thread svn
Author: dpage Date: 2010-06-11 11:25:49 +0100 (Fri, 11 Jun 2010) New Revision: 8426 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8426&view=rev Log: This trivial patch fixes two things: 1) Allows this SQL statement to run on Greenplum Database as well as old versions