Re: [BUGS] BUG #1313: problems with array syntax parsing in SQL

2004-11-12 Thread Joe Conway
PostgreSQL Bugs List wrote: In INSERT statements the string '{}' is correctly parsed as an empty array when '{ }' is not, as if the space was signifiant, and generates a syntax error. Also '{"A", "B"}' will be correctly parsed when '{"A", "B" }' (note the space before the closing brace ) will

[BUGS] BUG #1313: problems with array syntax parsing in SQL statements

2004-11-11 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1313 Logged by: Pascal Pochet Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.5 Operating system: Mac OS X Description:problems with array syntax parsing in SQL statements Details: In INSERT sta