Re: BUG #6400: function arguments not accepted - Mailing list pgsql-bugs

From bricklen
Subject Re: BUG #6400: function arguments not accepted
Date
Msg-id CAGrpgQ8ect5+GYbdOgrgMPn7zB_x23AY5woD7vjk5Y20S17=Cw@mail.gmail.com
Whole thread Raw
In response to BUG #6400: function arguments not accepted  (knoch@ipa.fraunhofer.de)
List pgsql-bugs
On Wed, Jan 18, 2012 at 5:38 AM,  <knoch@ipa.fraunhofer.de> wrote:
> =C2=A0INSERT INTO tissue.biopsy (id_biopsy, f_user,introduction_date,
> description, weight, size)
> =C2=A0VALUES
> =C2=A0(
> =C2=A0DEFAULT,
> =C2=A0user,
> =C2=A0in_date,
> =C2=A0in_description,
> =C2=A0in_weight,
> =C2=A0in_size
> =C2=A0);

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

pgsql-bugs by date:

Previous
From: knoch@ipa.fraunhofer.de
Date:
Subject: BUG #6400: function arguments not accepted
Next
From: Heikki Linnakangas
Date:
Subject: Re: BUG #6399: knngist sometimes returns tuples in incorrect order