Re: [GENERAL] Need help with error

2000-07-05 Thread Philip Poles
Greetings... I'm not sure if this is relevant, but I've seen similar errors occur when there are too many open files on the filesystem (running Linux RH 6.2). I'm not sure if this problem is in the backend or the Linux kernal, or somewhere else, not being very conversant in such matters myself,

[GENERAL] int8 and hash index

2000-05-12 Thread Philip Poles
I'm having some trouble using a hash index on an INT8 field in postgres7.0(release): test=# CREATE TABLE index_test (test_attr INT8); CREATE test=# CREATE INDEX index_test_attr_idx ON index_test USING hash (test_attr); CREATE test=# INSERT INTO index_test VALUES (199); ERROR: fmgr_info: function

Re: [GENERAL] Web-based PSQL?

2000-03-29 Thread Philip Poles
That's a nice looking interface... I was wondering if anyone has managed to get it to work with the 7.0betas? I find that I can connect OK to a 6.5.3 db...in read-only mode, at any rate. When I try to connect to a 7.0b3 db, I get back the message: The selected database is not a PostgreSQL v6.5.x

Re: [GENERAL] 8k tuple size limit

2000-03-21 Thread Philip Poles
too... Maybe I should install b2 today... Cheers, and thanks, -philip - Original Message - From: Ed Loehr <[EMAIL PROTECTED]> To: Philip Poles <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 20, 2000 7:45 PM Subject: Re: [GENERAL] 8k tuple size lim