/[emacs]/emacs/lisp/progmodes/sql.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/sql.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by gerd, Mon Aug 20 10:02:07 2001 UTC revision 1.27.4.1 by gerd, Mon Oct 29 09:33:24 2001 UTC
# Line 4  Line 4 
4    
5  ;; Author: Alex Schroeder <alex@gnu.org>  ;; Author: Alex Schroeder <alex@gnu.org>
6  ;; Maintainer: Alex Schroeder <alex@gnu.org>  ;; Maintainer: Alex Schroeder <alex@gnu.org>
7  ;; Version: 1.6.2  ;; Version: 1.6.3
8  ;; Keywords: comm languages processes  ;; Keywords: comm languages processes
9  ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?SqlMode  ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?SqlMode
10    
# Line 796  usually named `*SQL*'.  The name of the Line 796  usually named `*SQL*'.  The name of the
796  Use the following commands to start a specific SQL interpreter:  Use the following commands to start a specific SQL interpreter:
797    
798      PostGres: \\[sql-postgres]      PostGres: \\[sql-postgres]
799        MySQL: \\[sql-mysql]
800    
801  Other non-free SQL implementations are also supported:  Other non-free SQL implementations are also supported:
802    
     MySQL: \\[sql-mysql]  
803      Solid: \\[sql-solid]      Solid: \\[sql-solid]
804      Oracle: \\[sql-oracle]      Oracle: \\[sql-oracle]
805      Informix: \\[sql-informix]      Informix: \\[sql-informix]
# Line 1447  The default comes from `process-coding-s Line 1447  The default comes from `process-coding-s
1447  (defun sql-mysql ()  (defun sql-mysql ()
1448    "Run mysql by TcX as an inferior process.    "Run mysql by TcX as an inferior process.
1449    
1450  Note that the widespread idea that mysql is free software is inaccurate;  Mysql versions 3.23 and up are free software.
 its license is too restrictive.  We urge you to use PostGres instead.  
1451    
1452  If buffer `*SQL*' exists but no process is running, make a new process.  If buffer `*SQL*' exists but no process is running, make a new process.
1453  If buffer exists and a process is running, just switch to buffer  If buffer exists and a process is running, just switch to buffer

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.27.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26