~zisis00/drizzle/ldap_policy

« back to all changes in this revision

Viewing changes to docs/alter_schema.rst

  • Committer: Zisis Sialveras
  • Date: 2012-08-09 18:18:22 UTC
  • mfrom: (2553.1.25 workspace)
  • Revision ID: zisis00@gmail.com-20120809181822-9wobhdfdx411tu5w
Some changes in ldap_policy

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
ALTER SCHEMA
2
2
============
3
3
 
4
 
ALTER SCHEMA changes the definition of a schema.
5
 
 
6
 
You must own the schema to use ALTER SCHEMA. To rename a schema you
7
 
must also have the CREATE privilege for the database. To alter the
8
 
owner, you must also be a direct or indirect member of the new owning
9
 
role, and you must have the CREATE privilege for the database:
 
4
'TODO'
10
5
 
11
6
.. code-block:: mysql
12
7