[pgadmin-support] Literaturhinweise

2003-12-02 Thread Tom.Zschockelt
Hallo zusammen, ich habe festgestellt, dass das Buch von Peter Eistentraut  (offizielles Handbuch) zwar auf der englischen Website als Link verfügbar ist, jedoch fehlt diese Information auf der deutschen Website unter der Rubrik Literatur. Vielleicht könnte dieser Link noch eingearbeitet werden

Re: [pgadmin-support] where is the export tool?

2003-12-02 Thread Jean-Michel POURE
Le Mardi 02 Décembre 2003 14:56, javier garcia - CEBAS a écrit : > I've recently instaled PGAdminIII for windowsXP. And I can't find the > dialog for exporting data. Could you tell me where is it? You can use the query tool and write any query like SELECT * FROM foo and click on the "Execute quer

[pgadmin-support] where is the export tool?

2003-12-02 Thread javier garcia - CEBAS
Hi all. I've recently instaled PGAdminIII for windowsXP. And I can't find the dialog for exporting data. Could you tell me where is it? Thanks and best wishes, Javier ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [pgadmin-support] Bug in pgadmin III regarding privileges.

2003-12-02 Thread Andreas Pflug
Michalis Kabrianis wrote: Hi I think I found a bug regarding privileges in pgadmin III To replicate: create a user in postgres named "arwdxt" (not all letters needed of course :) Create another user named temp_user as user "arwdxt" create a table test_table REVOKE all ON test_table FROM temp_user

Re: [pgadmin-support] SuSE 9.0/pgadmin3

2003-12-02 Thread Jean-Michel POURE
Le Mardi 02 Décembre 2003 10:52, Andreas Pflug a écrit : > I'd recommend to use always the latest stuff, esp. if security related. > So I'd recommend 0.9.7c. > You may compile from source now, or wait for an enhanced binary > distribution. OK, thanks, I will check that all SSL packages are upgrade

Re: [pgadmin-support] SuSE 9.0/pgadmin3

2003-12-02 Thread Andreas Pflug
Jean-Michel POURE wrote: Le Mardi 02 Décembre 2003 09:07, GuineaPig a écrit : IMHO this should better be using 0.97, linked statically. So what should I do ? Downgrade openssl or compile openssl 0.97 from source ? I would prefer not to change my existing installation... Anyone knows a

Re: [pgadmin-support] SuSE 9.0/pgadmin3

2003-12-02 Thread Jean-Michel POURE
Le Mardi 02 Décembre 2003 09:07, GuineaPig a écrit : > > IMHO this should better be using 0.97, linked statically. > So what should I do ?  Downgrade openssl or compile openssl 0.97 from > source ?  I would prefer not to change my existing installation...  Anyone > knows about another solution ? T

Re: [pgadmin-support] SuSE 9.0/pgadmin3

2003-12-02 Thread GuineaPig
Andreas Pflug wrote: > GuineaPig wrote: > >>When I try the installation with the binaries Yast complains about >>unresolved dependencies on libcrypto.so.0.9.6 en libssl.so.0.9.6. Both >>should be in the openssl packages if I'm not mistaken. I have openssl >>0.9.7b installed. Any advice ? >> >>

Re: [pgadmin-support] SuSE 9.0/pgadmin3

2003-12-02 Thread Jean-Michel POURE
Le Mardi 02 Décembre 2003 01:34, Andreas Pflug a écrit : > Hu? > IMHO this should better be using 0.97, linked statically. Dear Andreas, I don't know yet wether I should upgrade or not to OpenSSH 0.97 ro keep compatibility with both SuSE 8.2 and 9.0. I am going to try... Is this a possible expl

[pgadmin-support] Bug in pgadmin III regarding privileges.

2003-12-02 Thread Michalis Kabrianis
Hi I think I found a bug regarding privileges in pgadmin III To replicate: create a user in postgres named "arwdxt" (not all letters needed of course :) Create another user named temp_user as user "arwdxt" create a table test_table REVOKE all ON test_table FROM temp_user GRANT SELECT ON test_table