How to designate PostgreSQL schemea?

In addition to this:

  1. It's up to the database-access component to specify the default schema of connection. That should be done depending on the component you are using, in FireDAC for example you can set the MetaDefSchema parameter
  2. Aurelius Table attribute allows you to specify the schema of a table, in addition to its name.
1 Like