PostgreSQL
| Property | Value |
|---|---|
| Label | postgres |
| Inherits From | ansi |
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).