~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/show.rst

  • Committer: Stewart Smith
  • Date: 2011-01-14 05:13:04 UTC
  • mto: (2086.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2087.
  • Revision ID: stewart@flamingspork.com-20110114051304-1lvqlbunrhwalgud
clear up explanation on what SHOw commands are. that the tablesa re implemented as table functions is'nt really relevant ot end user

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
SHOW
2
2
=====
3
3
 
4
 
All show commans are mapped to table functions in Drizzle. More data can be
 
4
All SHOW commands are shorthand forms of queries on the INFORMATION_SCHEMA
 
5
and/or DATA_DICTIONARY. More data can be
5
6
gained by exeucting queries directly on the tables found either the
6
7
DATA_DICTIONARY or the INFORMATION_SCHEMA.
7
8