parse bug

Поиск
Список
Период
Сортировка
От floyds@4peakstech.com
Тема parse bug
Дата
Msg-id NDBBKEGJICMIMJHJEBCOGEJEFMAA.floyds@4peakstech.com
обсуждение исходный текст
Ответы Re: parse bug  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-sql
seems like an error in the sql parser to me:

# create table test (acol smallint[]);
CREATE
# insert into test (acol) values ('{ 0 }');
ERROR:  pg_atoi: error in "0 ": can't parse " "
# insert into test (acol) values ('{ 0}');
INSERT 28472 1

the only difference is the trailing " " after the 0;


Regards,

Floyd Shackelford
4 Peaks Technology Group, Inc.
VOICE: 334.735.9428
FAX:   916.404.7125
EMAIL: FloydS@4PeaksTech.com
ICQ #: 161371538

acta non verba




В списке pgsql-sql по дате отправления:

Предыдущее
От: karthickv@hclp.com (karthick v)
Дата:
Сообщение: Output of function into a file
Следующее
От: Cédric Dufour
Дата:
Сообщение: Efficient ON DELETE trigger when referential integrity is involved ?