On Wed, Jan 18, 2012 at 5:38 AM,  <kn...@ipa.fraunhofer.de> wrote:
>  INSERT INTO tissue.biopsy (id_biopsy, f_user,introduction_date,
> description, weight, size)
>  VALUES
>  (
>  DEFAULT,
>  user,
>  in_date,
>  in_description,
>  in_weight,
>  in_size
>  );

What happens when you double-quote user in the insert statement?

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to