Another user error? - Mailing list pgsql-general

From Rich Shepard
Subject Another user error?
Date
Msg-id alpine.LNX.2.20.2011011050550.21010@salmo.appl-ecosys.com
Whole thread Raw
Responses Re: Another user error?  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: Another user error?  (Francisco Olarte <folarte@peoplecall.com>)
Re: Another user error?  (Rich Shepard <rshepard@appl-ecosys.com>)
Re: Another user error?  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-general
When trying to populate the locations table I get this error:
psql:locations.sql:2105: ERROR:  syntax error at or near ";"
LINE 2105: ...E Airport Way',null,'Portland','OR','97218',null,null,null);
                                                                          ^
Line 2105 is the last line in the file and is terminated with the only
semi-colon in the file. Every line prior to this one is terminated with a
colon. All other syntax errors have been corrected.

I've not encountered this issue before. Where should I look for the error?

TIA,

Rich



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Unable to install pgadmin4
Next
From: Adrian Klaver
Date:
Subject: Re: Another user error?