Re: Fresh eyeballs needed: input into error - Mailing list pgsql-general

From Rich Shepard
Subject Re: Fresh eyeballs needed: input into error
Date
Msg-id 29608893-e21a-3495-b2a8-6e4fa9d4f34@appl-ecosys.com
Whole thread Raw
In response to Re: Fresh eyeballs needed: input into error  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: Fresh eyeballs needed: input into error  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
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.

Thanks,

Rich



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Fresh eyeballs needed: input into error
Next
From: Rich Shepard
Date:
Subject: Re: Fresh eyeballs needed: input into error