Cette commande est une extension PostgreSQL présente pour des raisons historiques.
Si vous avez besoin d'ajouter une extension PostgreSQL (comme hstore, postgis, etc.)
L'extension PostgreSQL qui permet de suivre l'activité de base de données (écrit en C)
Vous pouvez installer l'interface Web en un seul endroit, et l'extension PostgreSQL sur une base de données que vous souhaitez suivre.
You can install the Web interface in one place, and the PostgreSQL extension on any database you want to track.
L'application du droit USAGE de la séquence à la fonction currval est aussi une extension PostgreSQL (comme l'est la fonction elle-même).
The application of the sequence USAGE privilege to the currval function is also a PostgreSQL extension (as is the function itself).
La capacité à spécifier plusieurs actions pour un simple déclencheur en utilisant OR est une extension PostgreSQL du standard SQL.
The ability to specify multiple actions for a single trigger using OR is a PostgreSQL extension of the SQL standard.
Ceci ne fait pas partie du standard SQL mais est une extension PostgreSQL.
This is not in the SQL standard but is a PostgreSQL extension.
La « contrainte » NULL (en fait, une non-contrainte) est une extension PostgreSQL au standard SQL, incluse pour des raisons de compatibilité avec d'autres systèmes de bases de données (et par symétrie avec la contrainte NOT NULL).
The NULL "constraint" (actually a non-constraint) is a PostgreSQL extension to SQL92 that is included for compatibility with some other RDBMS (and for symmetry with the NOT NULL constraint).
Cette commande est conforme au standard SQL, à l'exception de l'option IF EXISTS qui est une extension PostgreSQL.
This command conforms to the SQL standard, except for the IF EXISTS option, which is a PostgreSQL extension.
La possibilité d'exécuter un trigger suite à une commande TRUNCATE est une extension PostgreSQL du standard SQL.
The ability to fire triggers for TRUNCATE is a PostgreSQL extension of the SQL standard.
Compatibilité DISCARD est une extension PostgreSQL.
Compatibility DISCARD is a PostgreSQL extension.
INSERT est conforme au standard SQL, sauf la clause RETURNING qui est une extension PostgreSQL, comme la possibilité d'utiliser la clause WITH avec l'instruction INSERT, et de spécifier une action alternative avec ON CONFLICT.
INSERT conforms to the SQL standard, except that the RETURNING clause is a PostgreSQL extension, as is the ability to use WITH with INSERT, and the ability to specify an alternative action with ON CONFLICT.
La commande ALTER SYSTEM est une extension PostgreSQL.
The ALTER SYSTEM statement is a PostgreSQL extension.