changeset 40432:225bd38b0ce7

(sql-mysql): Doc change by RMS. (sql-db2): Doc change. (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>. (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 29 Oct 2001 09:35:04 +0000
parents b42c2b30446a
children 3f11c065fa9e
files lisp/progmodes/sql.el
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/sql.el	Mon Oct 29 09:11:17 2001 +0000
+++ b/lisp/progmodes/sql.el	Mon Oct 29 09:35:04 2001 +0000
@@ -4,7 +4,7 @@
 
 ;; Author: Alex Schroeder <alex@gnu.org>
 ;; Maintainer: Alex Schroeder <alex@gnu.org>
-;; Version: 1.6.2
+;; Version: 1.6.3
 ;; Keywords: comm languages processes
 ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?SqlMode
 
@@ -796,10 +796,10 @@
 Use the following commands to start a specific SQL interpreter:
 
     PostGres: \\[sql-postgres]
+    MySQL: \\[sql-mysql]
 
 Other non-free SQL implementations are also supported:
 
-    MySQL: \\[sql-mysql]
     Solid: \\[sql-solid]
     Oracle: \\[sql-oracle]
     Informix: \\[sql-informix]
@@ -1447,8 +1447,7 @@
 (defun sql-mysql ()
   "Run mysql by TcX as an inferior process.
 
-Note that the widespread idea that mysql is free software is inaccurate;
-its license is too restrictive.  We urge you to use PostGres instead.
+Mysql versions 3.23 and up are free software.
 
 If buffer `*SQL*' exists but no process is running, make a new process.
 If buffer exists and a process is running, just switch to buffer