This commit is contained in:
David Fischer 2019-02-26 11:33:48 +01:00
parent b17670a27e
commit 147ff65e4a

View File

@ -290,7 +290,7 @@ class SQL(Composable):
class Identifier(Composable): class Identifier(Composable):
""" """
A `Composable` representing an SQL identifer or a dot-separated sequence. A `Composable` representing an SQL identifier or a dot-separated sequence.
Identifiers usually represent names of database objects, such as tables or Identifiers usually represent names of database objects, such as tables or
fields. PostgreSQL identifiers follow `different rules`__ than SQL string fields. PostgreSQL identifiers follow `different rules`__ than SQL string