[BUGS] BUG #6118: Server doesn't listen

2011-07-14 Thread Shahnawaz Shaikh
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

Re: [BUGS] BUG #6118: Server doesn't listen

2011-07-14 Thread John R Pierce
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

Re: [BUGS] BUG #6118: Server doesn't listen

2011-07-14 Thread shahnawaz.shaikh
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.

[BUGS] Spurious errors relating to escaped single quotes

2011-07-14 Thread Gavin Flower
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

Re: [BUGS] Spurious errors relating to escaped single quotes

2011-07-14 Thread Alvaro Herrera
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

Re: [BUGS] BUG #6117: psql -c does not work as expected. a documentation bug? a program bug?

2011-07-14 Thread Aleksey Tsalolikhin
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

Re: [BUGS] BUG #6117: psql -c does not work as expected. a documentation bug? a program bug?

2011-07-14 Thread Tom Lane
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

Re: [BUGS] Spurious errors relating to escaped single quotes

2011-07-14 Thread Tom Lane
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

Re: [BUGS] Spurious errors relating to escaped single quotes

2011-07-14 Thread Gavin Flower
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