~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/show.rst

  • Committer: Lee Bieber
  • Date: 2011-02-17 01:20:35 UTC
  • mfrom: (2173.1.4 build)
  • Revision ID: kalebral@gmail.com-20110217012035-bcy3wm3ewvwc2bra
Merge Andrew - 719892 Change docs for rpm.drizzle.org
Merge Patrick - 719445: dbqp not being included in tarballs / make distcheck
Merge Stewart - remove some unused cmd line options for drizzledump
Merge Marisa - 716062 - fix ubuntu install doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SHOW
2
2
=====
3
3
 
4
 
All SHOW commands are shorthand forms of queries on the INFORMATION_SCHEMA
5
 
and/or DATA_DICTIONARY. More data can be
6
 
gained by exeucting queries directly on the tables found either the
7
 
DATA_DICTIONARY or the INFORMATION_SCHEMA.
 
4
All SHOW commands are shorthand forms of queries on the INFORMATION_SCHEMA and/or DATA_DICTIONARY. More data can be gained by executing queries directly on the tables found either the DATA_DICTIONARY or the INFORMATION_SCHEMA.
8
5
 
9
6
SHOW SCHEMAS
10
7
------------