BUG #15536: ERROR: column "value " does not exist - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15536: ERROR: column "value " does not exist
Date
Msg-id 15536-1c0da060c42e00bc@postgresql.org
Whole thread Raw
Responses Re: BUG #15536: ERROR: column "value " does not exist  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15536
Logged by:          Hakim Tog
Email address:      hakim.togou@capgemini.com
PostgreSQL version: 11.0
Operating system:   Windows 64
Description:

Hi,

I have tried everything to get the insert a record into an postgres db. This
is my sql query:
'INSERT INTO public."assetmanagement$asset"(ticker, fullname)
    VALUES (test1,test2);'

Can you help me with this?

Thank you very much.

Regards,
Hakim


pgsql-bugs by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: PostgreSQL db password policy
Next
From: "David G. Johnston"
Date:
Subject: Re: BUG #15535: psql: \copy: parse error at...