For the complete documentation index, see llms.txt. This page is also available as Markdown.

PostgreSQL

Language-specific information about the way that SonarQube Cloud supports the analysis of PostgreSQL.

Language-specific properties

To discover and update the SQL-specific properties used for PostgreSQL analysis, navigate in SonarQube Cloud to Your Project > Administration > General Settings > Languages > SQL. See Configuration overview for more information about setting properties.

Important note

With the default configuration, files with the .pgsql and .psql file extensions are analyzed as PostgreSQL, and files with the .sql file extension are analyzed as PL/SQL. The .sql file extension can be associated with only one SQL dialect. This behavior is defined in Your project > Administration > General Settings > Languages > SQL > File Suffixes. You can override these properties at the project level.

In-line suppression of issues

Adding the -- NOSONAR comment at the end of the line will suppress all issues on that line.

The rules NoSonar allows tracking in-line suppression comments in T-SQL code.

Last updated

Was this helpful?