PostgreSQL schema extraction needs namespace

To extract a database schema from PostgreSQL, the fgldbsch tool now requires db namespace specification.

Starting with version 2.50, the fgldbsch database schema extractor will only extract the schema from a PostgreSQL database if you specify the namespace with the -ow option.

For more details, see Extracting database schemas from PostgreSQL.