aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/python/tutorial/syscat.py
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-04-24 02:22:54 +0000
committerBruce Momjian <bruce@momjian.us>2002-04-24 02:22:54 +0000
commitdd4ca824cc91f0c3156d4ed9774b03005d9580e0 (patch)
tree2adc2146f30ab10ba5a763776ed171fd75813970 /src/interfaces/python/tutorial/syscat.py
parente97512345419c35a33c07bde76ab3394652857f2 (diff)
downloadpostgresql-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