Code Inspections in PostgreSQL
This topic lists all JetBrains Rider code inspections available in PostgreSQL.
You can toggle specific inspections or change their severity level on the Editor | Inspection Settings | Inspection Severity | Other Languages settings page 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 |