Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id OAA14119 for postgres-redist; Wed, 18 Jan 1995 14:17:26 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199501182217.OAA14119@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from njord.umiacs.UMD.EDU (njord.umiacs.umd.edu [128.8.120.77]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with ESMTP id OAA14109 for <postgres@nobozo.CS.Berkeley.EDU>; Wed, 18 Jan 1995 14:17:25 -0800
From: iwerks@umiacs.umd.edu
Received: by njord.umiacs.UMD.EDU (8.6.9/UMIACS-0.9/04-05-88)
	id RAA13498; Wed, 18 Jan 1995 17:17:23 -0500
Date: Wed, 18 Jan 1995 17:17:23 -0500
Message-Id: <199501182217.RAA13498@njord.umiacs.UMD.EDU>
To: postgres@postgres.Berkeley.EDU
Subject: Index and user type
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Wed, 18 Jan 95 14:17:26 -0800
Resent-XMts: smtp

Please help,

I haven't been able to get the postgres user manual chapter13 example
to work at our site for version 4 revision 1 or 2.  This is on a Sparc
running SunOS 4.1.3.

Everything works fine until I try to define an index using the new opclass.
This is what happens...


Go 
* define index pairsind on pairs                                        
        using btree (number int4_abs_ops)
\g

Query sent to backend is "define index pairsind on pairs        using btree (number int4_abs_ops) "
FATAL: no response from backend: detected in PQexec


Can anyone please help?  Whats wrong?
Has anyone made this example work?
Has anyone had this problem?

Thanks in advance - Glenn Iwerks

==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
              URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/
