This is a discussion on Re: Error when trying to add DEFAULT Value to NEW column within the pgsql Interfaces Pgadmin Support forums, part of the PostgreSQL category; --> ________________________________ From: pgadmin-support-owner@postgresql.org [mailto gadmin-support-owner@postgresql.org] On Behalf Of Leon du Plessis Sent: 02 February 2006 14:49 To: pgadmin-support@postgresql.org Subject: ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| ________________________________ From: pgadmin-support-owner@postgresql.org [mailto Plessis Sent: 02 February 2006 14:49 To: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Error when trying to add DEFAULT Value to NEW column Ok, This was me. When I looked at the SQL statement to trace problem, I (sheepishly) used the wrong quotes ! Oh good - I was scratching my head trying to track that one down! Can the single quotes be added automatically if they are not supplied? Not really, because it's difficult to know if they are required or not, especially if custom datatypes are used, or the default is actually an expression. Regards,. Dave. |