Postgres 中的默认事务行级别是多少 and/or Sequelize.js 中默认使用的 LOCK

What is the default transaction row level in Postgres and/or LOCK used by default in Sequelize.js

PostgreSQL 默认使用的行级锁模式是什么? 并且因为问题与 Sequelize ORM 有关,所以,如果知道默认使用哪种模式来避免或修改我的查询,那将是很好的。

Postgres 中的默认隔离级别是 read committed

Quote from the manual

Read Committed is the default isolation level in PostgreSQL