We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cf808 commit 0374932Copy full SHA for 0374932
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