Escape Quotes

From: Nicholas Walker <nick(at)walkerdatanet(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Escape Quotes
Date: 2004-11-20 06:07:20
Message-ID: 419EDF18.4030805@walkerdatanet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Is there anyway to disable the escape quotes in stored procedures.

For example..you write a function that as variable=''something'';
and pgadmin modifies that to be variable=\'something\';
It makes stored procedure quoting a pain to look at.

Thanks,
Nicholas Walker

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Gary Doades 2004-11-20 18:43:33 Alter table not correct for Postgres 8.0+
Previous Message Mike.Blackwell 2004-11-19 16:30:40 Re: rc-1 problem with long text fields?