> ## Documentation Index
> Fetch the complete documentation index at: https://docs.regatta.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Reserved Words

Other than the keyword `ROWID` which is added by Regatta, all other Regatta’s reserved words match
PostgreSQL's list of reserved words.

Please see PostgreSQL documentation, chapter [Appendix C. SQL Key Words](https://www.postgresql.org/docs/current/sql-keywords-appendix.html)

These words should not be used as identifiers, unless they are surrounded by double quotes.
