Changeset: 174fd45050fc for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=174fd45050fc Modified Files: sql/dump-restore.html sql/dump-restore.txt Branch: Feb2013 Log Message:
We haven't had a -P option in mclient for a long, long time. diffs (21 lines): diff --git a/sql/dump-restore.html b/sql/dump-restore.html --- a/sql/dump-restore.html +++ b/sql/dump-restore.html @@ -355,7 +355,7 @@ you expect.</p> <p>It is also possible to restore from the command line. Start a SQL Server, and then issue the command:</p> <pre class="literal-block"> -mclient -lsql -umonetdb -Pmonetdb < dump.sql +mclient -lsql -umonetdb < dump.sql </pre> </div> </div> diff --git a/sql/dump-restore.txt b/sql/dump-restore.txt --- a/sql/dump-restore.txt +++ b/sql/dump-restore.txt @@ -55,4 +55,4 @@ you expect. It is also possible to restore from the command line. Start a SQL Server, and then issue the command:: - mclient -lsql -umonetdb -Pmonetdb < dump.sql + mclient -lsql -umonetdb < dump.sql _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
