Skip to content

PostgreSQL

PropertyValue
Labelpostgres
Inherits Fromansi

Default Casing: lowercase

Quotes: String Literals: '', Identifiers: "".

This is based around the PostgreSQL spec. Many other SQL dialects are often based on the PostreSQL syntax. If you're running an unsupported dialect, then this is often the dialect to use (until someone makes a specific dialect).

Released under the MIT License.