Hi ! Did anybody observe the same problem as me:
With PostGreSQL 9.0.3, the image disconnects from the StORE repository whenever it likes, at least
Do I need some new packages for the new PostGRE version ? Karl __________________________________________________________
Important Note: This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
I haven't used a 9.0 Postgresql, but nothing jumps out on the list
of incompatibilities. Except perhaps that the default format of
bytea data has changed. If you're getting disconnected, there's
probably an underlying exception you can get to by hitting control-Y
and scrolling down far enough. That might indicate something.
On 2011-03-01 6:47 AM, BREITH Karl-Albert (AREVA) wrote:
-- Alan Knight [|], Engineering Manager, Cincom Smalltalk [hidden email] [hidden email] http://www.cincomsmalltalk.com _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by BREITH Karl-Albert (AREVA)
Hello,
since 9.0, the default output method for bytea columns is 'hex', not 'escape'. Edit postgresql.conf: bytea_output = 'escape' # hex, escape > > Did anybody observe the same problem as me: > With PostGreSQL 8.4.4 for StORE my image works just fine. > > With PostGreSQL 9.0.3, the image disconnects from the StORE repository whenever it likes, at least > after each single action. > > Do I need some new packages for the new PostGRE version ? _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
I can confirm that the below adjustment does fix the issue.
-Boris -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Holger Kleinsorgen Sent: 01 March 2011 13:32 To: [hidden email] Subject: Re: [vwnc] VW 7.1.1 with postGreSQL 9.0.3 for StORE Hello, since 9.0, the default output method for bytea columns is 'hex', not 'escape'. Edit postgresql.conf: bytea_output = 'escape' # hex, escape > > Did anybody observe the same problem as me: > With PostGreSQL 8.4.4 for StORE my image works just fine. > > With PostGreSQL 9.0.3, the image disconnects from the StORE repository > whenever it likes, at least after each single action. > > Do I need some new packages for the new PostGRE version ? _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Thanks a lot ! This little fix actually works perfectly well. Karl __________________________________________________________ Karl Breith AREVA NP GmbH FDN-G Postfach 1109 91001 Erlangen Phone: +49 (0) 9131 900 95544 Fax: +49 (0) 9131 900 94081 mail to: [hidden email] An AREVA and Siemens company Vorsitzender des Aufsichtsrats: Olivier Wantz - Geschäftsführer: Ulrich Gräber, Rüdiger Steuerlein Sitz der Gesellschaft: Erlangen - Registergericht: Fürth, HRB 7817 - www.areva-np.com - Umsatzsteuer-ID: DE 206407096 Supervisory Board Chairman: Olivier Wantz - Managing Directors: Ulrich Gräber, Rüdiger Steuerlein Company Seat: Erlangen - Commercial Registries Fürth, HRB 7817 - www.areva-np.com - VAT ID code: DE 206407096 Wichtiger Hinweis: Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse bzw. sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank. Important Note: This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation. -----Ursprüngliche Nachricht----- Von: [hidden email] [mailto:[hidden email]] Im Auftrag von Boris Popov, DeepCove Labs Gesendet: Freitag, 8. April 2011 15:15 An: Holger Kleinsorgen; [hidden email] Betreff: Re: [vwnc] VW 7.1.1 with postGreSQL 9.0.3 for StORE I can confirm that the below adjustment does fix the issue. -Boris -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Holger Kleinsorgen Sent: 01 March 2011 13:32 To: [hidden email] Subject: Re: [vwnc] VW 7.1.1 with postGreSQL 9.0.3 for StORE Hello, since 9.0, the default output method for bytea columns is 'hex', not 'escape'. Edit postgresql.conf: bytea_output = 'escape' # hex, escape > > Did anybody observe the same problem as me: > With PostGreSQL 8.4.4 for StORE my image works just fine. > > With PostGreSQL 9.0.3, the image disconnects from the StORE repository > whenever it likes, at least after each single action. > > Do I need some new packages for the new PostGRE version ? _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |