[pgadmin-support] Suppress counting of rows

2003-11-30 Thread ow
pgAdmin3 ver 1.0.0

Hi,

I've set "Count rows if estimated less than" option to 0, i.e. I do NOT want
pgAdmin to count rows ever (some tables are big). Now, when F5 is pressed to
refresh changes in the table props, pgAdmin appears to be counting rows for
that table. Is there a way to prevent counting rows ever?

Thanks





__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


Re: [pgadmin-support] Suppress counting of rows

2003-11-30 Thread Dave Page
 

> -Original Message-
> From: ow [mailto:[EMAIL PROTECTED] 
> Sent: 30 November 2003 09:22
> To: [EMAIL PROTECTED]
> Subject: [pgadmin-support] Suppress counting of rows
> 
> pgAdmin3 ver 1.0.0
> 
> Hi,
> 
> I've set "Count rows if estimated less than" option to 0, 
> i.e. I do NOT want pgAdmin to count rows ever (some tables 
> are big). Now, when F5 is pressed to refresh changes in the 
> table props, pgAdmin appears to be counting rows for that 
> table. Is there a way to prevent counting rows ever?

Hmm, currently no, but it's a valid requirement. I'll add it to the todo
list.

Regards, Dave.

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


Re: [pgadmin-support] Suppress counting of rows

2003-11-30 Thread ow

--- Dave Page <[EMAIL PROTECTED]> wrote:
> Hmm, currently no, but it's a valid requirement. I'll add it to the todo
> list.
> 

Thanks. May be you can add this one too: Allow copy/paste of results from the
"Data output" page. Even some basic form would be a benefit.




__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


Re: [pgadmin-support] Suppress counting of rows

2003-11-30 Thread Dave Page
 

> -Original Message-
> From: ow [mailto:[EMAIL PROTECTED] 
> Sent: 30 November 2003 09:52
> To: Dave Page; [EMAIL PROTECTED]
> Subject: RE: [pgadmin-support] Suppress counting of rows
> 
> 
> --- Dave Page <[EMAIL PROTECTED]> wrote:
> > Hmm, currently no, but it's a valid requirement. I'll add it to the 
> > todo list.
> > 
> 
> Thanks. May be you can add this one too: Allow copy/paste of 
> results from the "Data output" page. Even some basic form 
> would be a benefit.

Added.

Regards,Dave.

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[pgadmin-support] pgadmin3 1.0.2 and wxGTK rpms for FC1 are ready.

2003-11-30 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi,

I've build FC1 rpms for pgadmin-1.0.2, wxwindows 2.5-20031010-7 and
uploaded them.

They are on ftp.PostgreSQL.org. They'll be at the nearest mirror after 
sync.

Regards,
- -- 
Devrim GUNDUZ
[EMAIL PROTECTED]   [EMAIL PROTECTED] 
http://www.TDMSoft.com
http://www.gunduz.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE/ycpZtl86P3SPfQ4RAvmQAKDoTsCwHdGmnv0V5q4ehBbY0K/0QQCdEGjI
jXgh1jFA/gzsuwAG6YakSkk=
=MGNg
-END PGP SIGNATURE-


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[pgadmin-support] PGAdmin III

2003-11-30 Thread David S. Moore
Whenever I try to use PGAdmin III to connect to my PostGreSQL 7.4
database, I get "Connection Refused".  Here's the exact error from my
pgadmin.log file:

2003-11-30 14:35:45 ERROR  : Error connecting to the server: could not
connect to server: Connection refused
Is the server running on host 127.0.0.1 and accepting
TCP/IP connections on port 5432?

In my pg_hba.conf file I have:

# TYPE  DATABASEUSERIP-ADDRESS   IP-MASK   METHOD
local   all alltrust
hostall all 127.0.0.1255.255.255.255   trust


In my postgresql.conf file I have:

tcpip_socket = true


I have built PostGreSQL with the default port and with TCL support, then
I installed TCL using createlang.

The database that I wish to access is on my local machine.  I am able to
connect to the database through psql without problem.  I have written
many SQL scripts to create tables, foreign keys, and stored procedures,
and to insert new rows.  I have written C++ programs that are able to
modify the database using the pqxx class library without problem.

What more do I need to do to get PGAdmin III to recognize my database?



---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[pgadmin-support] src/gtk/colour.cpp(272): assert "wxAssertFailure" failed: invalid colour

2003-11-30 Thread miernik
If I double-click any link in help, I get this message:

src/gtk/colour.cpp(272): assert "wxAssertFailure" failed: invalid colour
Do you want to stop the program?
You can also choose [Cancel] to suppress further warnings.

I'm running Version 1.1.0 Devel (Nov 28 2003) from
http://pgadmin.postgresql.org/snapshots/linux/debian/dists/sid/pgadmin/binary-i386/pgadmin3_1.1.0-0.0+cvs.20031128.1_i386.deb
On another installation, also from a Debian package, about a week or two
older package, but in Gnome enviroment, double-clicking any link in help
simply crashed pgadmin3.



---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]