Reports missing values as bad. BAD: INSERT INTO tab (col1, col2) VALUES ('val1'); GOOD: INSERT INTO tab (col1, col2) VALUES ('val1', 'val2'); Regress tests against DEFAULT and normal values as they're managed slightly different.
pgsql-patches by date:
Соглашаюсь с условиями обработки персональных данных