CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: petere@hub.org 01/05/21 12:54:46
Modified files:
doc/src/sgml : datatype.sgml
src/backend/utils/adt: varchar.c
src/test/regress/expected: arrays.out char.out create_misc.out
create_table.out strings.out
varchar.out
src/test/regress/sql: arrays.sql char.sql create_misc.sql
create_table.sql strings.sql varchar.sql
Log message:
Make char(n) and varchar(n) types raise an error if the inserted string is
too long. While I was adjusting the regression tests I moved the array
things all into array.sql, to make things more manageable.