dbTalk Databases Forums  

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

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #1313: problems with array syntax parsing in SQL statements in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PostgreSQL Bugs List
 
Posts: n/a

Default [BUGS] BUG #1313: problems with array syntax parsing in SQL statements - 11-11-2004 , 02:15 PM







The following bug has been logged online:

Bug reference: 1313
Logged by: Pascal Pochet

Email address: postgresql (AT) p3-consulting (DOT) net

PostgreSQL version: 7.4.5

Operating system: Mac OS X

Description: problems with array syntax parsing in SQL statements

Details:

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 generate the
following entry '{"A","B "} : the space(s) between the latest double quote
and the closing brace is/are added to the latest item of the array.




---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.