Show Selectable Tables
- Last Updated: October 28, 2021
- 1 minute read
- DataDirect Connectors
- ODBC
- PostgreSQL 8.0
- Documentation
Attribute
ShowSelectableTables (SST)
Purpose
Determines whether the driver returns metadata for all tables or only those for which the user has Select privileges. It can help the users with restricted Select privileges retrieve metadata for the required tables.
Valid Values
0 | 1
Behavior
If set to 0, the driver returns metadata for all tables, irrespective of Select privileges.
If set to 1, the driver returns metadata only for the tables for which the user has Select privileges.
Default
1