Describe table structure
Show users table structure
\d users
Show detailed table info including storage
\d+ users
List indexes
\di
List sequences
\ds