<div dir="ltr"><div>Below works:</div><div><font face="monospace"><b>$ gdal vector info PG:"$PGCONN" -l "roads"</b></font></div><div><br></div><div>And this works:</div><div><b><font face="monospace">$ gdal vector convert PG:"$PGCONN" -l "roads" junk</font></b></div><div><br></div><div>But below fails (I'm using pipeline because I need an intermediate step once I get this to work). I do not have the postgis_raster extension in this database.</div><div><font face="monospace"><b>$ gdal vector pipeline read PG:"$PGCONN" -l "roads" ! write junk<br>ERROR 1: Error browsing database for PostGIS Raster tables: <br>ERROR 1: Error browsing database for PostGIS Raster tables: <br>Usage: gdal vector pipeline [OPTIONS] <PIPELINE><br>Try 'gdal vector pipeline --help' for help.</b></font><br></div><div><br></div><div>I created the postgis_raster extension and ran the same pipeline:</div><div><font face="monospace"><b>$ gdal vector pipeline read PG:"$PGCONN" -l "roads" ! write junk<br>ERROR 1: read: Cannot find source layer 'roads'</b></font></div><div><br></div><div>It seems like requiring the postgis_raster extension is a bug. </div><div>What about the <b style="font-family:monospace">Cannot find source layer</b>? I fiddled with specifying the schema, different quoting, etc.</div><div><br></div><div>Thanks</div><div>--</div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Richard W. Greenwood<br><br></div></div></div>