Code Inspections in PostgreSQL
This topic lists all GoLand code inspections available in PostgreSQL.
You can toggle specific inspections or change their severity level on the Editor | Inspections page of the IDE settings CtrlAlt0S.
Inspection | Description | Default Severity |
---|---|---|
Postgres: Select from procedure call | Reports situations when you make SELECT from a function or a DBLINK without an alias with a type (for example, This requirement does not apply to scalar functions. Example (PostgreSQL):
The | |
Thanks for your feedback!
Was this page helpful?