% escape

Started by Jie Liangover 25 years ago4 messagesbugs
Jump to latest
#1Jie Liang
jliang@ipinc.com

Hi,there,

Is anybody know how I can escape % or ' (my column contains % or ' )
in my text field.

select mystring from textbook where mystring like .....

--
Jie LIANG

Internet Products Inc.

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang@ipinc.com
www.ipinc.com

#2Jesus Aneiros
aneiros@jagua.cfg.sld.cu
In reply to: Jie Liang (#1)
Re: % escape

To escape % use \\% as in '50\\%', to escape ' use '' as in 'o''conell',
retrieves o'conell

Regards.

--
Jesus Aneiros Sosa
mailto:aneiros@jagua.cfg.sld.cu
http://jagua.cfg.sld.cu/~aneiros

On Tue, 15 Aug 2000, Jie Liang wrote:

Show quoted text

Hi,there,

Is anybody know how I can escape % or ' (my column contains % or ' )
in my text field.

select mystring from textbook where mystring like .....

--
Jie LIANG

Internet Products Inc.

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang@ipinc.com
www.ipinc.com

#3Yury Don
yura@vpcit.ru
In reply to: Jesus Aneiros (#2)
serial field dump bug

Dear Madam or Sir,

Looks like I've found a bug in PostgreSQL, bug report is in attachment.

--
Sincerely yours,
Yury

Attachments:

bug.txttext/plain; charset=koi8-r; name=bug.txtDownload
#4Tom Lane
tgl@sss.pgh.pa.us
In reply to: Yury Don (#3)
Re: serial field dump bug

Yury Don <yura@vpcit.ru> writes:

After creating table with serial field if table or this field name has
an uppercase letters, sequence creating for this field doesn't double
quoted.

This is already fixed for 7.1. Thanks for the report...

regards, tom lane