On Wed, Jan 18, 2012 at 5:38 AM, <[email protected]> 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 ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
