Postgres Temp: differenze tra le versioni

Da Emigar.
Jump to navigation Jump to search
(Creata pagina con " SELECT datname, temp_files AS "Temporary files",pg_size_pretty(temp_bytes) AS "Size of temporary files" FROM pg_stat_database ; [Categoria:Database] [Categoria:Postgres]")
(Nessuna differenza)

Versione delle 12:23, 22 set 2022

SELECT datname, temp_files AS "Temporary files",pg_size_pretty(temp_bytes) AS "Size of temporary files" FROM pg_stat_database ;


[Categoria:Database] [Categoria:Postgres]