Re: Arrays

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Arrays
Дата
Msg-id 43D92F1B.8070406@commandprompt.com
обсуждение исходный текст
Ответ на Re: Arrays  (Bob Pawley <rjpawley@shaw.ca>)
Ответы Re: Arrays  (Tino Wildenhain <tino@wildenhain.de>)
Список pgsql-general
Bob Pawley wrote:
> ERROR:  malformed array literal: "{100, 250, 500, DegF)"

Well you have a typo:

"{100, 250, 500, DegF)" is wrong...

"{100, 250, 500, DegF}" is correct...

Sincerely,

Joshua D. Drake
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Arrays
Следующее
От: "Andrus"
Дата:
Сообщение: Re: How to implement nested transactions