Changeset: 0f0dec27b78c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0f0dec27b78c
Modified Files:
documentation/source/manual_pages/monetdb.rst
Branch: Jun2023
Log Message:
We need to escape the underscore.
Else we get the error `(ERROR/3) Unknown target name: "a-za-z0-9".'
diffs (12 lines):
diff --git a/documentation/source/manual_pages/monetdb.rst
b/documentation/source/manual_pages/monetdb.rst
--- a/documentation/source/manual_pages/monetdb.rst
+++ b/documentation/source/manual_pages/monetdb.rst
@@ -71,7 +71,7 @@ allows to do wildcard matches. For detai
maintenance mode. This allows the database administrator to perform
initialization steps before releasing it to users, unless the **-p**
argument is supplied. See also **monetdb lock**. The name of the
- database must match the expression [A-Za-z0-9_-]+.
+ database must match the expression [A-Za-z0-9\_-]+.
**-m**\ *pattern*
With the **-m** flag, instead of creating a database, a
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]