On Sun, 5 Jul 2015 14:44:00 +0200 <c.buhtz at posteo.jp> wrote: > Is there a way (free, open source, Ubuntu) to convert a > PostgreSQL-database with data in it to a sqlite database?
Check VirtualPG virtual table extension, https://www.gaia-gis.it/fossil/virtualpg/index It permits create and fill a virtual table in sqlite with data from a Postgresql server. --- --- Eduardo Morras <emorrasg at yahoo.es>