diff docs/source/intro.rst @ 517:c36e0aa695a4

column autocomplete working
author Catherine Devlin <catherine.devlin@gmail.com>
date Wed, 03 Nov 2010 07:47:17 -0400
parents 920a45f244e8
children 69997c324eb9
line wrap: on
line diff
--- a/docs/source/intro.rst	Mon Nov 01 22:31:49 2010 -0400
+++ b/docs/source/intro.rst	Wed Nov 03 07:47:17 2010 -0400
@@ -58,6 +58,10 @@
 
 sqlpython [username[/password][@SID]] ["SQL command 1", "@script.sql", "SQL command 2..."]
 
+or
+
+sqlpython [--postgres|mysql] database-name username
+
 Database connections can also be specified with URL syntax or with Oracle Easy Connect::
 
   oracle://username:password@SID
@@ -92,7 +96,4 @@
 those databases has been very slight thus far.  Help in testing and improving sqlpython's
 functions against those databases is welcome.  Support for Microsoft SQL Server and sqlite
 will be available as soon as those databases are added to the Gerald project, and volunteers
-for Gerald will benefit sqlpython as well.
-
-As of 1.7.0, sqlpython sessions can only "see" metadata within the named schema belonging
-to the currently connected user.  A fix for this is expected for 1.7.1.
\ No newline at end of file
+for Gerald will benefit sqlpython as well.
\ No newline at end of file