We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4eaafa0 commitefba7a5Copy full SHA for efba7a5
src/backend/parser/parse_utilcmd.c
@@ -160,7 +160,7 @@ transformCreateStmt(CreateStmt *stmt, const char *queryString)
160
* Look up the creation namespace. This also checks permissions on the
161
* target namespace, locks it against concurrent drops, checks for a
162
* preexisting relation in that namespace with the same name, and updates
163
- * stmt->relation->relpersistence if theselect namespace is temporary.
+ * stmt->relation->relpersistence if theselected namespace is temporary.
164
*/
165
namespaceid=
166
RangeVarGetAndCheckCreationNamespace(stmt->relation,NoLock,