~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/show.rst

  • Committer: Brian Aker
  • Date: 2010-10-27 20:22:26 UTC
  • mto: This revision was merged to the branch mainline in revision 1886.
  • Revision ID: brian@tangent.org-20101027202226-72a4nwhfz5c6srgu
Update documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SHOW
 
2
=====
 
3
 
 
4
All show commans are mapped to table functions in Drizzle. More data can be
 
5
gained by exeucting queries directly on the tables found either the
 
6
DATA_DICTIONARY or the INFORMATION_SCHEMA.
 
7
 
 
8
SHOW SCHEMAS
 
9
 
 
10
SHOW TABLES
 
11
 
 
12
SHOW TEMPORARY TABLES
 
13
 
 
14
SHOW TABLE STATUS
 
15
 
 
16
 
 
17
SHOW COLUMNS FROM table_name 
 
18
 
 
19
SHOW INDEXES from table_name
 
20
 
 
21
 
 
22
SHOW WARNINGS
 
23
 
 
24
SHOW ERRORS
 
25
 
 
26
SHOW CREATE SCHEMA schema_name
 
27
 
 
28
SHOW CREATE TABLE table_name
 
29
 
 
30
SHOW PROCESSLIST