Re: Fresh eyeballs needed: input into error

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Fresh eyeballs needed: input into error
Date: 2022-04-26 22:10:47
Message-ID: 8f3bd9a6-fb3d-d454-0ede-7a685cc15544@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/26/22 3:08 PM, Rich Shepard wrote:
> On Tue, 26 Apr 2022, David G. Johnston wrote:
>
>> What version of PostgreSQL?
>
> David,
>
> 12.7
>
>> Testing on HEAD (and by inspection) nothing you've shown us provokes a
>> syntax error in PostgreSQL.
>>
>> regression=> insert into people
>> (person_nbr,lname,fname,job_title,company_nbr,loc_nbr,
>> regression(>
>> loc_phone_ext,direct_phone,direct_fax,cell_phone,email,active,comment)
>> values
>> regression->
>> (6000,'No','Name',null,404,1,null,null,null,null,null,null,null);
>> ERROR:  relation "people" does not exist
>> LINE 1: insert into people (person_nbr,lname,fname,job_title,company...
>>
>> No syntax error, that it didn't find the table is expected.
>
> Well, as I wrote, that syntax has worked for years, including earlier this
> morning. Perhaps it will work again tomorrow when I log back in to the
> workstation.

It is not the syntax, somewhere since this morning you introduced a
hidden character into the string.

>
> Thanks,
>
> Rich
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2022-04-26 23:36:06 Re: Backing up a DB excluding certain tables
Previous Message Rich Shepard 2022-04-26 22:10:00 Re: Fresh eyeballs needed: input into error