Re: [postgis-users] ogr2ogr S57 question

2007-06-24 Thread Mark Cave-Ayland
On Sun, 2007-06-24 at 12:34 -0400, Kurt Schwehr wrote: Hi All, I'm having trouble with a NOAA electronic chart that I am trying to put into postgres without success. I don't seem to be able to access the tables. http://vislab-ccom.unh.edu/~schwehr/ENC/NOAA/US5NH02M.000.bz2 Here is

[postgis-users] ogr2ogr S57 question

2007-06-24 Thread Kurt Schwehr
Hi All, I'm having trouble with a NOAA electronic chart that I am trying to put into postgres without success. I don't seem to be able to access the tables. http://vislab-ccom.unh.edu/~schwehr/ENC/NOAA/US5NH02M.000.bz2 Here is what I am doing an the error that I am getting... using Mac

Re: [postgis-users] ogr2ogr S57 question

2007-06-24 Thread Stephen Woodbridge
Try: SELECT * FROM FAIRWY; uppercase column names must be quoted to preserve the case. -Steve Kurt Schwehr wrote: Hi All, I'm having trouble with a NOAA electronic chart that I am trying to put into postgres without success. I don't seem to be able to access the tables.

Re: [postgis-users] ogr2ogr S57 question

2007-06-24 Thread Kurt Schwehr
Mark and Stephen, Thanks much!!! That did it. -kurt On Jun 24, 2007, at 1:07 PM, Mark Cave-Ayland wrote: On Sun, 2007-06-24 at 12:34 -0400, Kurt Schwehr wrote: Hi All, I'm having trouble with a NOAA electronic chart that I am trying to put into postgres without success. I don't seem to