projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19026aa
)
Correct copy/pasto in comment for REPLICA IDENTITY
author
Simon Riggs
<simon@2ndQuadrant.com>
Sun, 9 Mar 2014 09:05:16 +0000
(09:05 +0000)
committer
Simon Riggs
<simon@2ndQuadrant.com>
Sun, 9 Mar 2014 09:05:16 +0000
(09:05 +0000)
src/bin/pg_dump/pg_dump.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/pg_dump.c
b/src/bin/pg_dump/pg_dump.c
index 17bb846165fa8c43066ca2eefc2a7e587a9f7442..4001f3f3961532deaceed6655a71f588b4aaa988 100644
(file)
--- a/
src/bin/pg_dump/pg_dump.c
+++ b/
src/bin/pg_dump/pg_dump.c
@@
-13773,7
+13773,7
@@
dumpIndex(Archive *fout, IndxInfo *indxinfo)
fmtId(indxinfo->dobj.name));
}
- /* If the index
is clustered
, we need to record that. */
+ /* If the index
defines identity
, we need to record that. */
if (indxinfo->indisreplident)
{
appendPQExpBuffer(q, "\nALTER TABLE ONLY %s REPLICA IDENTITY USING",