mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +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:
@@ -90,7 +90,8 @@ PostgreSQL documentation
|
||||
<term><option>--tablespace=<replaceable class="parameter">tablespace</replaceable></></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies the default tablespace for the database.
|
||||
Specifies the default tablespace for the database. (This name
|
||||
is processed as a double-quoted identifier.)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -154,6 +155,7 @@ PostgreSQL documentation
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies the database user who will own the new database.
|
||||
(This name is processed as a double-quoted identifier.)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
@@ -163,7 +165,8 @@ PostgreSQL documentation
|
||||
<term><option>--template=<replaceable class="parameter">template</replaceable></></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies the template database from which to build this database.
|
||||
Specifies the template database from which to build this
|
||||
database. (This name is processed as a double-quoted identifier.)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@@ -70,7 +70,8 @@ PostgreSQL documentation
|
||||
<term><replaceable class="parameter">langname</replaceable></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies the name of the procedural language to be installed.
|
||||
Specifies the name of the procedural language to be
|
||||
installed. (This name is lower-cased.)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@@ -73,6 +73,7 @@ PostgreSQL documentation
|
||||
<listitem>
|
||||
<para>
|
||||
Specifies the name of the procedural language to be removed.
|
||||
(This name is lower-cased.)
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user