<div dir="ltr"><div>Hello all,</div><div>    I'm using pycsw 1.6.1 with PostgreSQL 9.1.9 and Postgis 2.0.1 on a Ubuntu Server 12.04.</div><div>    I've create the "records" table under the schema "my_schema", but when try to do a GetCapabilities I get an exception: </div>
<div><br></div><div>"Could not load repository (local): my_schema.records"</div><div><br></div><div>Here's a fragment of my config file:</div><div>[repository]</div><div>database=postgresql://alejandro:123456@localhost/csw_db</div>
<div>table=my_schema.records</div><div><br></div><div>If I create the same table under the "public" schema, it works fine.</div><div><br></div><div>What could by wrong?</div><div><br></div><div>Thanks in advance.</div>
<div>Alejandro.</div><div>
</div></div>