> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Christophe Chauvet > Sent: 26 October 2006 07:43 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Help link error > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi Dave > > i found 2 problem. > > 1 - The Help link sql-createcolumn.html associated with help > button in create column form does not exist, i think that > is the same one as in creation of table (sql-createtable.html)
Thanks, fixed in SVN. > 2 - In creation of database, I cannot add a comment directly, > I am obliged to turn over in the properties of the > database after his creation to be able to add a comment Yes - the dialogue executes its SQL against a different database (because of course the new database doesn't exist yet) so it can't put the comment in the new database in the same transaction. There's not really any sensible way around this unfortunately. Regards Dave. ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly