mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Correct copy/pasto in comment for REPLICA IDENTITY
This commit is contained in:
@@ -13773,7 +13773,7 @@ dumpIndex(Archive *fout, IndxInfo *indxinfo)
|
|||||||
fmtId(indxinfo->dobj.name));
|
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)
|
if (indxinfo->indisreplident)
|
||||||
{
|
{
|
||||||
appendPQExpBuffer(q, "\nALTER TABLE ONLY %s REPLICA IDENTITY USING",
|
appendPQExpBuffer(q, "\nALTER TABLE ONLY %s REPLICA IDENTITY USING",
|
||||||
|
Reference in New Issue
Block a user