Re: [GENERAL] Mailing list defective ?

2000-03-20 Thread The Hermit Hacker
send a message to [EMAIL PROTECTED] with a messasge of 'set digest' and you should be fine ... On Mon, 13 Mar 2000, Peter Ai wrote: > Me too,can anyone do something please? > - Original Message - > From: "Johann Höchtl" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, Marc

[GENERAL] granting select, update, etc.

2000-03-20 Thread Dan Chak
I've got a database called 'tdc' which is used primarily by a user on the system known as 'tdc'. I think that way back I had created the database with another user, and now I'm always stuck granting acccess to both nsadmin AND tdc for every table and sequence, although it would be great if 'tdc'

Re: [GENERAL] PSQL Problem

2000-03-20 Thread Alfred Perlstein
* Tomas TPS Ulej <[EMAIL PROTECTED]> [000319 20:19] wrote: > root@[master /usr/ports/databases/p5-DBI] # psql setup > Connection to database 'setup' failed. > connectDB() -- connect() failed: No such file or directory > Is the postmaster running at 'localhost' and accepting connections on Unix > s

[GENERAL] pgsql - limits...

2000-03-20 Thread Anderson, Douglas
What is the current size limit for pgsql blobs? (will it change after the TOAST implementation?) What is the current limit for concurrent queries? (can the limit be modified?) These answers will help me determine if pgsql will satisfy my project requirements. Thanks - Doug

[GENERAL] PGSQL Query Speed-Up Tricks?

2000-03-20 Thread Ed Loehr
I have a few intolerably slow queries and I'm hoping some of you might have some additional query speed-up tricks to share... My limited bag of tricks: * Examine EXPLAIN output to eliminate sequential scans; * Make sure all lookup columns have indices; * Use strictly inte