Ticket #1516 (closed defect: duplicate)

Opened 4 months ago

Last modified 4 months ago

[RASTER] raster2pgsql -Y -I: syntax error at or near "ON"

Reported by: strk Owned by: pracine
Priority: medium Milestone: PostGIS 2.0.0
Component: raster Version: trunk
Keywords: Cc:

Description

raster2pgsql -Y -t 1x1 -I CHENYX06a.gsb  | psql
SET
Processing 1/1: CHENYX06a.gsb
BEGIN
NOTICE:  CREATE TABLE will create implicit sequence "chenyx06a_rid_seq" for serial column "chenyx06a.rid"
NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit index "chenyx06a_pkey" for table "chenyx06a"
CREATE TABLE
ERROR:  syntax error at or near "ON" at character 14
ERROR:  current transaction is aborted, commands ignored until end of transaction block
ROLLBACK

Change History

Changed 4 months ago by strk

This is likely a duplicate of #1513. checking...

Changed 4 months ago by strk

  • status changed from new to closed
  • resolution set to duplicate

indeed, it was.

Note: See TracTickets for help on using tickets.