Re: Another user error?

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Another user error?
Date: 2020-11-01 19:43:39
Message-ID: alpine.LNX.2.20.2011011141040.21010@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 1 Nov 2020, Adrian Klaver wrote:

> Also need the beginning lines including the INSERT part.

insert into locations (org_nbr,loc_nbr,loc_name,loc_addr1,loc_addr2,loc_city,state_code,loc_postcode,loc_phone,loc_fax,comment) values
(1,1,'2nd Bridge Gravel Bar','16156 Hwy 101 S',null,'Brookings','OR','97415-0224','541-469-5341',null,null),

Again, while in previous runs psql had found errors none other than the final semicolon
showed up in this last one.

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Francisco Olarte 2020-11-01 19:46:03 Re: Another user error?
Previous Message David G. Johnston 2020-11-01 19:13:22 Re: Another user error?