On 12/27/06, Laurent ROCHE <[EMAIL PROTECTED]> wrote:

There is a little problem when doing an export of a PostgreSQL database where 
there is two schema (say public and queries).

The generation of schema.xml is OK.

But when generating data.xml DDL Utils will fail as it will try to read the 
content of tab1 in QUERIES with the SQL:
select * from tab1
instead of
select * from queries.tab1

You need to specify the schemapattern attribute at the ant task.

Tom

Reply via email to