Thread: Bug report
This is a really nice nice program! Bug report. When checking the properties of a table field and when the field has a default value, the SQL sentence created by pgAdminIII doesn't have the reserved word SET, which represents an error in a SQL statement. My OS is Win XP Pro with SP1 and all MS updates The language I'm using is Spanish (Español) The distribution I used was Binary Again, great program. Good luck.
> -----Original Message----- > From: "Elvis E. Henríquez A." [mailto:elvish@cantv.net] > Sent: 27 April 2004 22:03 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Bug report > > This is a really nice nice program! > Thanks :-) > > When checking the properties of a table field and when the > field has a default value, the SQL sentence created by > pgAdminIII doesn't have the reserved word SET, which > represents an error in a SQL statement. Using CVS tip I see: ALTER TABLE dave ALTER COLUMN val2 SET DEFAULT 'arf'; If I try to set a default on a column. Is this the SET that is missing? If so, please upgrade to a recent snapshot: http://developer.pgadmin.org/snapshots/win32/ Regards, Dave.
Thanks for your answer. I'll download the latest one.
Regards,
----- Mensaje original -----De: Dave PageEnviado: Martes, 04 de Mayo de 2004 04:18Asunto: RE: [pgadmin-support] Bug report
Using CVS tip I see:
ALTER TABLE dave
ALTER COLUMN val2 SET DEFAULT 'arf';
If I try to set a default on a column. Is this the SET that is missing? If so, please upgrade to a recent snapshot: http://developer.pgadmin.org/snapshots/win32/
Regards, Dave.