Bug 166827

Summary: Typo on ecpg error message
Product: [Fedora] Fedora Reporter: Nigel Horne <njh>
Component: postgresqlAssignee: Tom Lane <tgl>
Status: CLOSED NEXTRELEASE QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: medium    
Version: 4CC: hhorak
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-08-29 01:34:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nigel Horne 2005-08-26 08:04:41 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1

Description of problem:
If you declare a cursor but don't open it the error mesage has a typo:

sql.pgc:2000: WARNING: cursor `conf1ยด has been declared but ot opened

"ot" should say "not"

Version-Release number of selected component (if applicable):
postgresql-devel-8.0.3-1

How reproducible:
Always

Steps to Reproduce:
1. declare a cursor but don't open it
2.
3.
  

Actual Results:  Wrong message

Expected Results:  Right message

Additional info:

Comment 1 Tom Lane 2005-08-29 01:34:28 UTC
Hmm, the quoting is gratuitously non-ASCII too ...

Repaired in upstream CVS, should make its way to Fedora by and by.  Thanks for the report!