Question about "unterminated quoted string literal" - Mailing list pgsql-hackers

From nyang
Subject Question about "unterminated quoted string literal"
Date
Msg-id e71e3ea89207c3746440526148bface8
Whole thread Raw
List pgsql-hackers
Hi,

I'm having this problem "unterminated quoted string literal"
when I tried to do a select from my database.

SELECT sn from db_cert WHERE sn = '02'and iHash = '3�D�\177��]5\003R\215�\0355\200����';


where sn is a char16 and iHash is a varchar of 20 bytes.

iHash is an attribute which contains some hash value.
The hex value of iHash is:

0x33    0xbc 0x44    0xc8    0x7f    0xb5    0xaa    0x5d    0x35    0x03
0x52    0x8d    0xef    0x1d    0x35    0x80    0xbf    0xff
0xeb    0xed

Can anyone help me on this one?


Nancy


- ----- End Included Message -----

------------------------------

pgsql-hackers by date:

Previous
From: aixssd!darrenk@abs.net (Darren King)
Date:
Subject: Re: [HACKERS] problems with sunos4 port, endian?
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] problems with sunos4 port, endian?