| From: | Rich Shepard <rshepard(at)appl-ecosys(dot)com> |
|---|---|
| To: | pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | Re: Fresh eyeballs needed: input into error |
| Date: | 2022-04-27 12:43:40 |
| Message-ID: | e5f5eeb6-e38d-936e-264a-36c927301c8b@appl-ecosys.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, 27 Apr 2022, Laurenz Albe wrote:
> test=> insert
> test-> insert into people (person_nbr,lname,fname,job_title,company_nbr,loc_nbr,
> loc_phone_ext,direct_phone,direct_fax,cell_phone,email,active,comment) values
> (6000,'No','Name',null,404,1,null,null,null,null,null,null,null);
> ERROR: syntax error at or near "insert"
> LINE 2: insert into people (person_nbr,lname,fname,job_title,company...
> ^
Laurenz,
From time to time I mis-type a character or make another error and psql
responds with a different prompt and no explicit explanation. I'll then type
C-c and get the default => prompt back. Your example is appreciated and may
very well have been the cause, but I kept trying at the default prompt.
I'll re-read the psql man page to better understand the different prompts.
Thank you,
Rich
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rob Sargent | 2022-04-27 13:20:35 | Re: Fresh eyeballs needed: input into error |
| Previous Message | Rich Shepard | 2022-04-27 12:37:59 | Re: Fresh eyeballs needed: input into error [FIXED] |