#169 closed defect (fixed)
\\dt instead of \dt in Tutorial 1
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: | Triage Stage: | Design decision needed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
In Tutorial 1 we are told:
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.
However, the right command in PostgreSQL is \dt, not \\dt
  Note:
 See   TracTickets
 for help on using tickets.
    
(In [301]) Fixed #169 -- Thanks, django@…