PostgresDAC

TPSQLUser.Properties.ShowSystemObjects

Previous Next

Determines whether or not user privelege information about system objects will be shown.

Syntax:

property ShowSystemObjects: Boolean;

Description:

Set ShowSystemObjects to True if you want to include objects from system catalogs in result set.

Keep in mind, that system catalogs may have a huge number of objects, thus it may have long time to get results from server. For example, standard installation of Postgres server v8.0.2 has about 1700 functions in the system catalog pg_catalog.