View previous topic :: View next topic |
Author |
Message |
thhal
Joined: 08 Sep 2004
Posts: 1
|
Posted: Thu Sep 09, 2004 7:55 am Post subject: Schema qualified tables
|
|
|
Hi,
I reverse engineered a PostgreSQL database containing a schema. Everything looks OK except that the tables in the model have no schema qualifier (with the exception of the sequences used for primary keys. They still have their names qualified).
When generating a new SQL script, the schema qualifier is lost. In the wizard, there is a "schema" column but that doesn't seem to map to the actual database schema.
How do I work with database schemas?
Thanks,
Thomas Hallgren
|
|
Back to top |
|
|
xavier
Site Admin
Joined: 14 Mar 2003
Posts: 76
|
Posted: Sat Sep 11, 2004 4:36 pm Post subject:
|
|
|
Hi,
In the Connection Page you can select the schema you are interrested in.
This will narrow your reverse with the desired schema.
Regards
|
|
Back to top |
|
|
|