projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5e4f74
)
Document replacement of pg_class.relistemp with relpersistence.
author
Robert Haas
<
[email protected]
>
Mon, 13 Dec 2010 18:07:08 +0000
(13:07 -0500)
committer
Robert Haas
<
[email protected]
>
Mon, 13 Dec 2010 18:08:45 +0000
(13:08 -0500)
Noted by Tom Lane.
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index 217a04e4998b767884253b62af8b1e712c9a9a07..ef35fd9767ec7a25c23e613ed5f3765093470e3a 100644
(file)
--- a/
doc/src/sgml/catalogs.sgml
+++ b/
doc/src/sgml/catalogs.sgml
@@
-1629,12
+1629,11
@@
</row>
<row>
- <entry><structfield>rel
istemp
</structfield></entry>
+ <entry><structfield>rel
persistence
</structfield></entry>
<entry><type>bool</type></entry>
<entry></entry>
<entry>
- True if this table is a temporary relation. If so, only the creating
- session can safely access its contents.
+ <literal>p</> = permanent table, <literal>t</> = temporary table
</entry>
</row>