[pgadmin-support] ERROR: unrecognized configuration parameter "shared_preload_libraries"

2009-10-02 Thread Piaff33z
I have this strange Error between my PgAdmin V1.10.0 Windows Release and my Posgresql server 8.0.22 when i click on trigger Functions... Vic -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgad

Re: [pgadmin-support] Viewing TEXT objects

2009-10-02 Thread mad rug
Yes, I'll go for pure TEXT objects. I read this performance tip about TEXT on the docs, makes me like Postgres :-)Anyway, I just checked alternative types for character data, and tested JDBC type LONGVARCHAR, and now the data is being stored directly to the TEXT field. Just configuration after all,

[pgadmin-support] Per-function configuration parameters loss

2009-10-02 Thread Dmitry Samokhin
When any server configuration parameters (or variables) are set on a per-function basis, the script displayed in the pgAdmin SQL pane looks like this: CREATE OR REPLACE FUNCTION ... ; ALTER FUNCTION ... SET ...; If then I edit the function body and save my work, all variables are lost, since (

Re: [pgadmin-support] Viewing TEXT objects

2009-10-02 Thread Raymond O'Donnell
On 02/10/2009 12:55, mad rug wrote: > I really don't know. JDBC communication is being handled by a JDO > library, so I don't know which one is doing this, but I suspect about > JDO. I feel like asking about it in the forums there, but then I'd like > to know: is there any performance (disk, read/w

Re: [pgadmin-support] Viewing TEXT objects

2009-10-02 Thread mad rug
I really don't know. JDBC communication is being handled by a JDO library, so I don't know which one is doing this, but I suspect about JDO. I feel like asking about it in the forums there, but then I'd like to know: is there any performance (disk, read/write speed...) difference between storing la