mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 14:54:26 -04:00
Correct copy/pasto in comment for REPLICA IDENTITY
This commit is contained in:
parent
19026aadd8
commit
77049443a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue