Re: [pgadmin-hackers] Bug in 1.10.3: Properties dialog for functions returning TABLE(..) is broken.

2010-05-14 Thread Erwin Brandstetter
On 14.05.2010 22:54, brsaw...@gmail.com wrote: On 14.05.2010 22:24, guilla...@lelarge.info wrote: Le 14/05/2010 13:42, Dave Page a écrit : On Fri, May 14, 2010 at 12:32 PM, Erwin Brandstetter wrote: On 14.05.2010 08:49, guilla...@lelarge.info wrote: Hi Erwin, Le 14/05/2010 04:35, Erwin Bra

Re: [pgadmin-hackers] Bug in 1.10.3: Properties dialog for functions returning TABLE(..) is broken.

2010-05-14 Thread Erwin Brandstetter
On 14.05.2010 22:24, guilla...@lelarge.info wrote: Le 14/05/2010 13:42, Dave Page a écrit : On Fri, May 14, 2010 at 12:32 PM, Erwin Brandstetter wrote: On 14.05.2010 08:49, guilla...@lelarge.info wrote: Hi Erwin, Le 14/05/2010 04:35, Erwin Brandstetter a écrit :

Re: [pgadmin-hackers] Bug in 1.10.3: Properties dialog for functions returning TABLE(..) is broken.

2010-05-14 Thread Guillaume Lelarge
Le 14/05/2010 13:42, Dave Page a écrit : > On Fri, May 14, 2010 at 12:32 PM, Erwin Brandstetter > wrote: >> On 14.05.2010 08:49, guilla...@lelarge.info wrote: >>> >>> Hi Erwin, >>> >>> Le 14/05/2010 04:35, Erwin Brandstetter a écrit : >>> [...] On further testing 1.10.3 beta on Win

[pgadmin-hackers] Re: [pgAdmin III] #188: Properties dialog for functions returning TABLE() broken.

2010-05-14 Thread pgAdmin Trac
#188: Properties dialog for functions returning TABLE() broken. --+- Reporter: brsa | Owner: gleu Type: bug | Status: closed Priority: major| Milestone: 1.10.4 Component: pgadmin |

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

2010-05-14 Thread svn
Author: guillaume Date: 2010-05-14 21:24:02 +0100 (Fri, 14 May 2010) New Revision: 8379 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8379&view=rev Log: Fix the function's generated query for TABLE-returning functions, per request from Erwin Brandstetter. Fixes #188. Modi

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

2010-05-14 Thread svn
Author: guillaume Date: 2010-05-14 21:23:07 +0100 (Fri, 14 May 2010) New Revision: 8378 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8378&view=rev Log: Fix the function's generated query for TABLE-returning functions, per request from Erwin Brandstetter. Modified: bra

[pgadmin-hackers] Re: [pgAdmin III] #188: Properties dialog for functions returning TABLE() broken.

2010-05-14 Thread pgAdmin Trac
#188: Properties dialog for functions returning TABLE() broken. -+-- Reporter: brsa | Owner: gleu Type: bug | Status: assigned Priority: major| Milestone: 1.10.4 Component: pgadmin

Re: [pgadmin-hackers] STL and pgAdmin

2010-05-14 Thread Dave Page
Hi Luis, hope you're well. On Fri, May 14, 2010 at 5:55 PM, Luis Ochoa wrote: > Hi, I have just one question, I want to create a class that allow to create > collections with enumerators/iterators to make my work easier when creating > the database designer for GSoC, but a few years ago when I cr

[pgadmin-hackers] SVN Commit by guillaume: r8377 - trunk/www/locale/fr_FR/LC_MESSAGES

2010-05-14 Thread svn
Author: guillaume Date: 2010-05-14 18:17:56 +0100 (Fri, 14 May 2010) New Revision: 8377 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8377&view=rev Log: Update website's french translation. Modified: trunk/www/locale/fr_FR/LC_MESSAGES/pgadmin3_website.mo trunk/www/l

[pgadmin-hackers] STL and pgAdmin

2010-05-14 Thread Luis Ochoa
Hi, I have just one question, I want to create a class that allow to create collections with enumerators/iterators to make my work easier when creating the database designer for GSoC, but a few years ago when I created the GQB I do something like that but my solution was create it for one kind of o

[pgadmin-hackers] SVN Commit by guillaume: r8376 - trunk/www/locale

2010-05-14 Thread svn
Author: guillaume Date: 2010-05-14 16:01:14 +0100 (Fri, 14 May 2010) New Revision: 8376 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8376&view=rev Log: Update the .pot file. Modified: trunk/www/locale/pgadmin3_website.pot -- Sent via pgadmin-hackers mailing list (pg

[pgadmin-hackers] SVN Commit by guillaume: r8375 - in trunk/www/locale: cs_CZ/LC_MESSAGES fr_FR/LC_MESSAGES zh_CN/LC_MESSAGES

2010-05-14 Thread svn
Author: guillaume Date: 2010-05-14 16:00:49 +0100 (Fri, 14 May 2010) New Revision: 8375 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8375&view=rev Log: Automatic stringmerge using merge script. Modified: trunk/www/locale/cs_CZ/LC_MESSAGES/pgadmin3_website.mo trunk/w

[pgadmin-hackers] SVN Commit by guillaume: r8374 - in trunk/www: . download

2010-05-14 Thread svn
Author: guillaume Date: 2010-05-14 16:00:01 +0100 (Fri, 14 May 2010) New Revision: 8374 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8374&view=rev Log: Website update for the 1.10.3 release. Modified: trunk/www/download/macosx.php trunk/www/download/source.php t

[pgadmin-hackers] Re: [pgAdmin III] #188: Properties dialog for functions returning TABLE() broken.

2010-05-14 Thread pgAdmin Trac
#188: Properties dialog for functions returning TABLE() broken. -+-- Reporter: brsa | Owner: dpage Type: bug | Status: new Priority: major| Milestone: 1.10.4 Component: pgadmin |

[pgadmin-hackers] SVN Commit by dpage: r8373 - in branches/REL-1_6_0_PATCHES/pgadmin3/docs/en_US: . pg

2010-05-14 Thread svn
Author: dpage Date: 2010-05-14 12:52:14 +0100 (Fri, 14 May 2010) New Revision: 8373 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8373&view=rev Log: Update docs for PG 8.2.17 Added: branches/REL-1_6_0_PATCHES/pgadmin3/docs/en_US/pg/release-8-0-25.html branches/REL-1_

Re: [pgadmin-hackers] Re: SVN Commit by dpage: r8369 - in trunk/pgadmin3: . docs pgadmin pkg/win32

2010-05-14 Thread Erwin Brandstetter
On 14.05.2010 10:06, Dave Page wrote: On Thu, May 13, 2010 at 5:57 PM, Erwin Brandstetter wrote: Might fix #152, too? (need to install MS VC++ 2005 Redistributable Package first on certain XP Home PCs) I still don't understand how you get that problem - we ship the redistributable w

Re: [pgadmin-hackers] Bug in 1.10.3: Properties dialog for functions returning TABLE(..) is broken.

2010-05-14 Thread Dave Page
On Fri, May 14, 2010 at 12:32 PM, Erwin Brandstetter wrote: > On 14.05.2010 08:49, guilla...@lelarge.info wrote: >> >> Hi Erwin, >> >> Le 14/05/2010 04:35, Erwin Brandstetter a écrit : >> >>> >>> [...] >>> On further testing 1.10.3 beta on Win XP Pro I found a bug that might be >>> a show-stopper.

Re: [pgadmin-hackers] Bug in 1.10.3: Properties dialog for functions returning TABLE(..) is broken.

2010-05-14 Thread Erwin Brandstetter
On 14.05.2010 08:49, guilla...@lelarge.info wrote: Hi Erwin, Le 14/05/2010 04:35, Erwin Brandstetter a écrit : [...] On further testing 1.10.3 beta on Win XP Pro I found a bug that might be a show-stopper. See ticket #188. Can you give us the real statement to create that function?

Re: [pgadmin-hackers] Re: SVN Commit by dpage: r8369 - in trunk/pgadmin3: . docs pgadmin pkg/win32

2010-05-14 Thread Dave Page
On Thu, May 13, 2010 at 5:57 PM, Erwin Brandstetter wrote: > Might fix  #152, too? (need to install MS VC++ 2005 Redistributable > Package first on certain XP Home PCs) I still don't understand how you get that problem - we ship the redistributable with the installer anyway. It's the same merge