Are PostgreSQL temporary tables already unlogged? Are PostgreSQL temporary tables already unlogged? postgresql postgresql

Are PostgreSQL temporary tables already unlogged?


Temporary tables are never WAL logged.

Since they will be gone with the database session, there is never a need to recover them.