From Bugzilla Helper: User-Agent: Mozilla/5.0 (compatible; Konqueror/3; Linux) Description of problem: In pgaccess (postgres-tk package), a "Parse error" message is displayed if you try to add a new record to a table where one of the fields contains a ' (apostrophe) character. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Run pgaccess 2. Try to add a new record to a table containing a ' character in one of the text-format fields. Actual Results: "Parse error" message Expected Results: Record added to database table. Additional info: The program needs to check for ' characters when constructing the SQL insert statement. Workaround: Create the record without the ' character, then go back and change it.
The newest betas (e.g. Null) no longer contain this package.