default value in varchar column in 1.3.82-dev - Mailing list pgadmin-hackers

From Poul L. Christiansen
Subject default value in varchar column in 1.3.82-dev
Date
Msg-id 3D9ACBE8.9090307@cs.auc.dk
Whole thread Raw
List pgadmin-hackers
Hi

When I try to change the default value (after the table is created) of a
varchar column to ffffff - without quotes I get the following error:
"Run-time error '-2147467259 (80004005)'
ERROR: Attribute 'ffffff' not found.

And PgAdmin closes itself down :(

But if I quote the value 'ffffff' it works fine.

Shouldn't varchar columns automatically be quoted?

I'm using PostgreSQL 7.3 beta2

Poul L. Christiansen
Dynamic Paper

PS: having the ALTER TABLE DROP COLUMN function is great! :))


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Can't run pgadmin
Next
From: "Dave Page"
Date:
Subject: Re: default value in varchar column in 1.3.82-dev