<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi,</p>
<p>I want to convert a whole Postgis schema to a geopackage. This works fine with </p>
<p>ogr2ogr -f GPKG av_1700.gpkg PG:'dbname=dbname host=localhost schemas=schemaname'</p>
<p>Now - my problem is that the schema contains 64 tables and I want to convert all tables except one table.</p>
<p>Is there a trick with an exclude option? I know that I can list all tables that I want to convert in the sense of a white list with 'tables=tab1,tab2,tab3', etc. - but this is complicated for this many tables.</p>
<p>I hope that there is / could be some black list option - or the possibility of specifying a pattern for selection the tables to be converted.</p>
<p>Thank you for your reply,</p>
<p>Andreas</p>
<div> </div>
</body></html>