EXPLAIN

SQL Explained

Executed SQL
SELECT users.profiles AS users_profiles, users.id AS users_id, users.creation_date AS users_creation_date, users.description AS users_description, users.modification_date AS users_modification_date, users.status AS users_status, users.email AS users_email, users.firstname AS users_firstname, users.lastname AS users_lastname, users.password AS users_password, users.old_password AS users_old_password, users.timezone AS users_timezone, users.token AS users_token, users.lang AS users_lang 
FROM users 
WHERE users.id = %(pk_1)s
Time
0.43 ms
QUERY PLAN
Seq Scan on users  (cost=0.00..1.15 rows=1 width=4732)
  Filter: (id = 3)