#169 closed defect (fixed)
\\dt instead of \dt in Tutorial 1
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@…