diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-04-24 02:22:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-04-24 02:22:54 +0000 |
commit | dd4ca824cc91f0c3156d4ed9774b03005d9580e0 (patch) | |
tree | 2adc2146f30ab10ba5a763776ed171fd75813970 /src/interfaces/python/tutorial/syscat.py | |
parent | e97512345419c35a33c07bde76ab3394652857f2 (diff) | |
download | postgresql-dd4ca824cc91f0c3156d4ed9774b03005d9580e0.tar.gz postgresql-dd4ca824cc91f0c3156d4ed9774b03005d9580e0.zip |
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.
Rod Taylor
Diffstat (limited to 'src/interfaces/python/tutorial/syscat.py')
0 files changed, 0 insertions, 0 deletions