set_context
Update the active PostgreSQL database or schema without reconnecting. Omit a parameter to keep it unchanged, enabling quick context switches for queries.
Instructions
Update the active PostgreSQL database and/or schema without reconnecting.
Args: database: Set the active database. Omit to leave unchanged. schema: Set the active schema. Omit to leave unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | ||
| database | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |