[pycsw-devel] Table schema question
Alejandro Mostovoi
ahmostovoi at gmail.com
Thu Oct 17 07:20:49 PDT 2013
Hello all,
I'm using pycsw 1.6.1 with PostgreSQL 9.1.9 and Postgis 2.0.1 on a
Ubuntu Server 12.04.
I've create the "records" table under the schema "my_schema", but when
try to do a GetCapabilities I get an exception:
"Could not load repository (local): my_schema.records"
Here's a fragment of my config file:
[repository]
database=postgresql://alejandro:123456@localhost/csw_db
table=my_schema.records
If I create the same table under the "public" schema, it works fine.
What could by wrong?
Thanks in advance.
Alejandro.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pycsw-devel/attachments/20131017/43cd6b0c/attachment.html>
More information about the pycsw-devel
mailing list