diff options
Diffstat (limited to 'doc/src/sgml/reference.sgml')
-rw-r--r-- | doc/src/sgml/reference.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index 9ae80005cdf..5fd6410991d 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -198,6 +198,14 @@ applications is that they can be run on any host, independent of where the database server resides. </para> + + <para> + When specified on the command line, user and databases names have + their case preserved — the presence of spaces or special + characters might require quoting. Table names and other identifiers + do not have their case preserved, except where documented, and + might require quoting. + </para> </partintro> &clusterdb; |