c9s
Results
398
issues of
c9s
`Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause` This can be reproduced with MySQL 5.5
bug
critical
performance
https://wiki.postgresql.org/wiki/Disk_Usage ``` sql SELECT nspname || '.' || relname AS "relation", pg_size_pretty(pg_relation_size(C.oid)) AS "size" FROM pg_class C LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace) WHERE nspname NOT IN ('pg_catalog',...
postgresql