The following bug has been logged online:
Bug reference: 6118
Logged by: Shahnawaz Shaikh
Email address: shahnawaz.sha...@accenture.com
PostgreSQL version: 8.4
Operating system: Windows server 2003
Description:Server doesn't listen
Details:
When i try to start the P
On 07/13/11 10:38 PM, Shahnawaz Shaikh wrote:
The following bug has been logged online:
Bug reference: 6118
Logged by: Shahnawaz Shaikh
Email address: shahnawaz.sha...@accenture.com
PostgreSQL version: 8.4
Operating system: Windows server 2003
Description:Server does
Hi John,
Thx for your help.
Thanks & Regards,
Shahnawaz Shaikh
Accenture Services Pvt Ltd.
IDC RPSI
Mob: +91 9819 133 926
Off: +22 420 21019
Email: shahnawaz.sha...@accenture.com
AIM: shahnawaz1shaikh | MSN: shahnawaz.sun
-Original Message-
From: John R Pierce [mailto:pie...@hogranch.
Hi,
Using pg 9.1beta3, I was found that running a function generated an
error relating to escaped single quotes, yet still produced the answer I
expected!
/// part000.sql script ///
DROP TABLE IF EXISTS measurement CASCADE;
CREATE TABLE measurement
(
city_id int not null
Excerpts from Gavin Flower's message of jue jul 14 07:45:00 -0400 2011:
> Hi,
>
> Using pg 9.1beta3, I was found that running a function generated an
> error relating to escaped single quotes, yet still produced the answer I
> expected!
The errors are not spurious. The function doesn't exist n
Document-and-move-on sounds fine to me. Thank you!
Aleksey
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
Craig Ringer writes:
> What's happening is that all of them are processed, but only the output
> for the last one is emitted. I agree that the documentation isn't clear
> about that, and I'm not sure whether or not that was the intended result.
> ...
> Comments anybody? Just fix the docs, or is
Alvaro Herrera writes:
> Excerpts from Gavin Flower's message of jue jul 14 07:45:00 -0400 2011:
>> Using pg 9.1beta3, I was found that running a function generated an
>> error relating to escaped single quotes, yet still produced the answer I
>> expected!
> The errors are not spurious. The fu
On 15/07/11 07:14, Tom Lane wrote:
Alvaro Herrera writes:
Excerpts from Gavin Flower's message of jue jul 14 07:45:00 -0400 2011:
Using pg 9.1beta3, I was found that running a function generated an
error relating to escaped single quotes, yet still produced the answer I
expected!
The errors a