DEFINITIONS
Definitions More Info.
Definition ID
862
Title
POSTGRESQL
Category
NOTES
Definition
set table FILLFACTOR
Definition Description
SELECT 'ALTER TABLE ' || '"' || table_schema || '"' || '.' || '"' || table_name || '"' || ' SET (FILLFACTOR=95);'
FROM information_schema."tables"
WHERE table_schema='ERP'
AND "table_type"='BASE TABLE'
ORDER BY table_name;
RecordBy
cunay
Record Date
25-07-2018 17:19:02
Düzenle
Kopyala
Sil