diff options
| author | Mariusz Felisiak <mariusz.felisiak@mga.com.pl> | 2015-09-15 22:01:31 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-18 09:47:32 -0400 |
| commit | 6f1b09bb5c1bafe4633514cbff37f9a7ed7a63ae (patch) | |
| tree | bbf9a9e5d9b850d4ccaba2d768d243772047f951 /docs/intro/tutorial02.txt | |
| parent | 4b9d063da05faa112577a4e3cefd020850a25e9e (diff) | |
Made assorted improvements to the Oracle documentation.
Diffstat (limited to 'docs/intro/tutorial02.txt')
| -rw-r--r-- | docs/intro/tutorial02.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 402b9213aa..de1f43708f 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -89,8 +89,9 @@ and creates any necessary database tables according to the database settings in your :file:`mysite/settings.py` file and the database migrations shipped with the app (we'll cover those later). You'll see a message for each migration it applies. If you're interested, run the command-line client for your -database and type ``\dt`` (PostgreSQL), ``SHOW TABLES;`` (MySQL), or -``.schema`` (SQLite) to display the tables Django created. +database and type ``\dt`` (PostgreSQL), ``SHOW TABLES;`` (MySQL), ``.schema`` +(SQLite), or ``SELECT TABLE_NAME FROM USER_TABLES;`` (Oracle) to display the +tables Django created. .. admonition:: For the minimalists |
