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,
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
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
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