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 BAA18026 for postgres-redist; Wed, 11 Jan 1995 01:01:06 -0800 Resent-From: POSTGRES mailing list Resent-Message-Id: <199501110901.BAA18026@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 ibminet.awdpa.ibm.com (ibminet.awdpa.ibm.com [192.35.233.1]) by nobozo.CS.Berkeley.EDU (8.6.9/8.6.3) with SMTP id BAA18016 for ; Wed, 11 Jan 1995 01:01:05 -0800 Received: by ibminet.awdpa.ibm.com (5.61/1.15) id AA04712; Wed, 11 Jan 95 01:07:34 -0800 Received: from beo.heidelbg.ibm.com by ibmpa.awdpa.ibm.com (5.65b(em1)/2.06) id AA08014; Wed, 11 Jan 95 00:59:18 -0800 Received: by beo.heidelbg.ibm.com (AIX 3.2/UCB 5.64/4.03) id AA50439; Wed, 11 Jan 1995 10:00:35 +0100 From: ibmpa!beo.heidelbg.ibm.com!ehrman@ibminet.awdpa.ibm.com (Michael Ehrmantraut) Message-Id: <9501110900.AA50439@beo.heidelbg.ibm.com> Subject: No Effect on defining Indices To: postgres%postgres.Berkeley.EDU@ibmpa.awdpa.ibm.com (Postgres) Date: Wed, 11 Jan 95 10:00:34 MEZ Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Wed, 11 Jan 95 01:01:06 -0800 Resent-XMts: smtp Hello everyone, I hope there is someone that can help me. I have installed Postgres 4.2 on AIX. It works well since two or three month. But now, I get some problems on defining Indices. When I do this with the command "define index ... using btree ..." on a normal attribut (int4) by using the default operators "int4_ops" I am getting no effect. POSTGRES gives me no errors, but when I start a "retrieve"-command the result is not ordered. When executing the example "chapter13" in ".../src/examples" all works well, but the last output is not o.k. The operator <<& works well and don't print the line with "number=-10000". But the output is not ordered. Are there any hints in the manual I didn't see ? Did I make a basic mistake ? Doesn't Version 4.2 support indices anymore ? Please help me Michael Ehrmantraut ehrman@beo.heidelbg.ibm.com ============================================================================== 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/