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 68c1d7d commit fea2b64Copy full SHA for fea2b64
src/backend/catalog/namespace.c
@@ -2769,8 +2769,8 @@ LookupCreationNamespace(const char *nspname)
2769
/*
2770
* Common checks on switching namespaces.
2771
*
2772
- * We complain if (1) either the old or new namespaces is a temporary schema
2773
- * (or temporary toast schema), or (3) either the old or new namespaces is the
+ * We complain if either the old or new namespaces is a temporary schema
+ * (or temporary toast schema), or if either the old or new namespaces is the
2774
* TOAST schema.
2775
*/
2776
void
0 commit comments