Re: [pgadmin-support] Need some informations...

2008-11-30 Thread Thomas Pundt
Hi, sheerin schrieb: I made a system using Oracle database. Now I'm trying to use PostgreSql. 1. What should I write inside the bracket her - Class.forName(" ?"). 2. And what should I write here? String databaseName = " ?"; int kode=1; Database database = new Database(databaseName, kode, "xx

Re: [pgadmin-support] Newbie questions, diff between functions and procedures; & why cube functions?

2006-11-22 Thread Thomas Pundt
, OUT or INOUT (cf. "CREATE FUNCTION"). If I understand it right, pgAdmin puts a function into its "Procedures" section, if it has at least one OUT parameter. Ciao, Thomas -- Thomas Pundt <[EMAIL PROTECTED]> http://rp-online.de/ -

Re: [pgadmin-support] Hard time compiling from source

2006-11-10 Thread Thomas Pundt
On Friday 10 November 2006 15:09, Dave Page wrote: | Dunno - we haven't tested with 2.7.2 yet. 2.7.0 is good for Linux. ok, downgrading now. Ciao, Thomas -- Thomas Pundt <[EMAIL PROTECTED]> http://rp-online.de/ ---(end o

[pgadmin-support] Hard time compiling from source

2006-11-10 Thread Thomas Pundt
50117 (prerelease) (SUSE Linux)" Any idea what's going wrong? Did the wxWidgets include "structure" change recently? Ciao, Thomas -- Thomas Pundt <[EMAIL PROTECTED]> http://rp-online.de/ make all-recursive make[1]: Entering directory `/home/pundt/projects/pgadmin3&

Re: [pgadmin-support] pgAdmin III v1.6 Beta 2 Released

2006-10-04 Thread Thomas Pundt
that page yet ... (it's there at http://www.postgresql.org/ftp/pgadmin3/release/v1.6.0-beta2/) Ciao, Thomas -- Thomas Pundt <[EMAIL PROTECTED]> http://rp-online.de/ ---(end of broadcast)--- TIP 5: don't forget to in

Re: [pgadmin-support] PgAdmin doesn't let me enter new values via table grid

2006-09-15 Thread Thomas Pundt
qualifications and quoting. I think I've got these all | fixed in SVN. Yes, that one is fixed. Thank you. Ciao, Thomas -- Thomas Pundt <[EMAIL PROTECTED]> http://rp-online.de/ ---(end of broadcast)--- TIP 3: Have you checked ou

[pgadmin-support] PgAdmin doesn't let me enter new values via table grid

2006-09-15 Thread Thomas Pundt
catalog."integer" The database is a version 8.1.4 installation, pgadmin is r5368 compiled from SVN. I've attached a schema only dump of the table. Ciao, Thomas -- Thomas Pundt <[EMAIL PROTECTED]> http://rp-online.de/ -- -- PostgreSQL database dump -- SET client_encoding

[pgadmin-support] Crash while trying to open some help page

2006-09-15 Thread Thomas Pundt
ed from the latest SVN source (r5368). My system otherwise is a Linux idefix 2.6.11.4-21.12-default #1 Wed May 10 09:38:20 UTC 2006 i686 i686 i386 GNU/Linux SuSE Linux 9.3 (i586) wxWindows is wxGTK-2.7.0. Ciao, Thomas -- Thomas Pundt <[EMAIL PROTECTED]> http://rp-online.de/

Re: [pgadmin-support] Segfault with SVN version

2006-08-24 Thread Thomas Pundt
to the crash. Thanks for trying to reproduce. Ciao, Thomas -- Thomas Pundt <[EMAIL PROTECTED]> http://rp-online.de/ ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org

[pgadmin-support] Segfault with SVN version

2006-08-24 Thread Thomas Pundt
63fbb0 in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0 #30 0x4063fc8d in wxEntry () from /usr/lib/libwx_baseu-2.6.so.0 #31 0x08071b4d in main (argc=1, argv=0xbfffefa4) at pgAdmin3.cpp:101 (gdb) Ciao, Thomas -- Thomas Pundt <[EMAIL PROTECTED]> http://rp-online.de/

[pgadmin-support] Annoying popup "ERROR: permission denied for relation sl_table"

2005-11-03 Thread Thomas Pundt
e database, Slony-I is installed under postgres user, and the unprivileged user indeed has no permission to access the mentioned sl_table (and doesn't need to have). Question: is there a way to avoid the popup? Earlier versions of pgadmin3 didn't show this behaviour. Ciao, Thomas --