Opened 19 years ago

Closed 19 years ago

Last modified 17 years ago

#169 closed defect (fixed)

\\dt instead of \dt in Tutorial 1

Reported by: django@… 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

Change History (1)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

(In [301]) Fixed #169 -- Thanks, django@…

Note: See TracTickets for help on using tickets.
Back to Top