Correct copy/pasto in comment for REPLICA IDENTITY

This commit is contained in:
Simon Riggs 2014-03-09 09:05:16 +00:00
parent 19026aadd8
commit 77049443a1

View file

@ -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",