Re: BUG #6400: function arguments not accepted

From: bricklen <bricklen(at)gmail(dot)com>
To: knoch(at)ipa(dot)fraunhofer(dot)de
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6400: function arguments not accepted
Date: 2012-01-18 23:39:01
Message-ID: CAGrpgQ8ect5+GYbdOgrgMPn7zB_x23AY5woD7vjk5Y20S17=Cw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Jan 18, 2012 at 5:38 AM, <knoch(at)ipa(dot)fraunhofer(dot)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?

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message YAMAMOTO Takashi 2012-01-19 04:35:17 Re: BUG #6399: knngist sometimes returns tuples in incorrect order
Previous Message kenaniah 2012-01-18 21:14:12 BUG #6401: IS DISTINCT FROM improperly compares geomoetric datatypes