DEFINITIONS

Definitions More Info.
Definition ID862
TitlePOSTGRESQL
CategoryNOTES
Definitionset table FILLFACTOR
Definition DescriptionSELECT '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;
RecordBycunay
Record Date25-07-2018 17:19:02
Düzenle
Kopyala
Sil