]> granicus.if.org Git - postgresql/blobdiff - src/backend/parser/parse_utilcmd.c
Fix typo in comment.
[postgresql] / src / backend / parser / parse_utilcmd.c
index 3ccdbb7d9def125c50fbf2c1d4e3a15d54e3d3cf..7540043ce50625fddad2767c5a7f5ea0e4563121 100644 (file)
@@ -160,7 +160,7 @@ transformCreateStmt(CreateStmt *stmt, const char *queryString)
         * Look up the creation namespace.  This also checks permissions on the
         * target namespace, locks it against concurrent drops, checks for a
         * preexisting relation in that namespace with the same name, and updates
-        * stmt->relation->relpersistence if the select namespace is temporary.
+        * stmt->relation->relpersistence if the selected namespace is temporary.
         */
        namespaceid =
                RangeVarGetAndCheckCreationNamespace(stmt->relation, NoLock,