Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7b94a commit 2a87b61Copy full SHA for 2a87b61
src/bin/pg_dump/pg_dump.c
@@ -14937,7 +14937,7 @@ dumpDefaultACL(Archive *fout, const DefaultACLInfo *daclinfo)
14937
* (Currently we assume that subname is only provided for table columns.)
14938
* 'nspname' is the namespace the object is in (NULL if none).
14939
* 'owner' is the owner, NULL if there is no owner (for languages).
14940
- * 'dacl' is the DumpableAcl struct fpr the object.
+ * 'dacl' is the DumpableAcl struct for the object.
14941
*
14942
* Returns the dump ID assigned to the ACL TocEntry, or InvalidDumpId if
14943
* no ACL entry was created.
0 commit comments