Re: [pgadmin-hackers] Patch for pgstatindex

2007-03-01 Thread Guillaume Lelarge
Dave Page a ecrit le 01/03/2007 11:12: Guillaume Lelarge wrote: Finally, I found some time to work on this patch. It adds support for pgstatindex function (8.2 pgstattuple contrib module). Please, review it. Looks OK from a read of the patch - I assume it's basically the same as the

[pgadmin-hackers] SVN Commit by dpage: r5963 - in trunk/pgadmin3: . pgadmin/ctl pgadmin/dlg pgadmin/frm pgadmin/include/images pgadmin/include/schema pgadmin/include/utils pgadmin/schema pgadmin/utils

2007-03-01 Thread svn
Author: dpage Date: 2007-03-01 18:22:13 + (Thu, 01 Mar 2007) New Revision: 5963 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5963view=rev Log: Display catalogs separately from schemas, and don't treat them as system objects any longer (they can be hidden using the

[pgadmin-hackers] Patch for column properties

2007-03-01 Thread Guillaume Lelarge
Hi, When someone set a default value for a column and set NOT NULL at the same time, the query could fail if the table already contains NULL values for this column. This patch adds an UPDATE statement to put the DEFAULT value in this column for all NULL values (but only when you SET NULL and