mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITY
BREAKAGE. Remove double-quoting of index/table names in reindexdb. BACKWARD COMPABILITY BREAKAGE. Document thate user/database names are preserved with double-quoting by command-line tools like vacuumdb.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user