projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0e5f02
)
Docs: Mention that relpersistence is for sequences now too
author
David Rowley
Mon, 11 Apr 2022 08:50:20 +0000
(20:50 +1200)
committer
David Rowley
Mon, 11 Apr 2022 08:50:20 +0000
(20:50 +1200)
Per
344d62fb9
.
Author: Justin Pryzby
Discussion: https://postgr.es/m/
20220411020336
[email protected]
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index c1c89a95c6b7874731ef7574c59bc7d90c5747ca..6f285871b64a512c5c64975654c8a0fe37203805 100644
(file)
--- a/
doc/src/sgml/catalogs.sgml
+++ b/
doc/src/sgml/catalogs.sgml
@@
-2065,8
+2065,8
@@
SCRAM-SHA-256$
<iteration count>
:
&l
relpersistence
char
-
p
= permanent table
,
u
= unlogged tabl
e,
-
t
= temporary table
+
p
= permanent table
/sequence,
u
= unlogged table/sequenc
e,
+
t
= temporary table
/sequence