You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql/index.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -469,6 +469,9 @@ Both types of identifiers are case sensitive.
469
469
Use quoted identifiers to avoid conflict with reserved SQL keywords,
470
470
or if your table or column contains non-alphanumeric characters.
471
471
472
+
Because SpacetimeDB uses a postgres compatible parser, identifiers which are
473
+
reserved in postgres are automatically reserved in Spacetime SQL. See [SQL Key Words in the PostgreSQL documentation](https://www.postgresql.org/docs/current/sql-keywords-appendix.html).
0 commit comments