Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
3ebb8867
Commit
3ebb8867
authored
Nov 19, 2007
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor improvement in documentation of temp_tablespaces: avoid grammatical
ambiguity and say what the default value is.
parent
7129f26b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
doc/src/sgml/config.sgml
doc/src/sgml/config.sgml
+8
-2
No files found.
doc/src/sgml/config.sgml
View file @
3ebb8867
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.15
5 2007/11/09 23:52:08 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.15
6 2007/11/19 02:26:10 tgl
Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
...
...
@@ -3724,7 +3724,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
member of the list each time a temporary object is to be created;
except that within a transaction, successively created temporary
objects are placed in successive tablespaces from the list.
If
any
element of the list is an empty string,
If
the selected
element of the list is an empty string,
<productname>PostgreSQL</> will automatically use the default
tablespace of the current database instead.
</para>
...
...
@@ -3739,6 +3739,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
using a value set in <filename>postgresql.conf</>.
</para>
<para>
The default value is an empty string, which results in all temporary
objects being created in the default tablespace of the current
database.
</para>
<para>
See also <xref linkend="guc-default-tablespace">.
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment