Fix a bug reported by Zhou Han.

This commit is contained in:
Hiroshi Inoue 2002-07-05 01:31:41 +00:00
parent 37e37daa03
commit 8831c35a19

View File

@ -1320,7 +1320,7 @@ pgtype_create_params(StatementClass *stmt, Int4 type)
{
switch (type)
{
case PG_TYPE_CHAR:
case PG_TYPE_BPCHAR:
case PG_TYPE_VARCHAR:
return "max. length";
default: