Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.10/8.6.3) with SMTP id EAA01510 for postgres-redist; Fri, 21 Jul 1995 04:28:28 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199507211128.EAA01510@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 tristero.io.com (tristero.io.com [199.170.88.11]) by nobozo.CS.Berkeley.EDU (8.6.10/8.6.3) with ESMTP id EAA01500 for <postgres@nobozo.CS.Berkeley.EDU>; Fri, 21 Jul 1995 04:28:26 -0700
Received: from dialup-217.austin.io.com (dialup-217.austin.io.com [199.170.90.39]) by tristero.io.com (8.6.12/8.6.12) with SMTP id GAA08593 for <postgres@nobozo.CS.Berkeley.EDU>; Fri, 21 Jul 1995 06:28:01 -0500
Date: Fri, 21 Jul 1995 06:28:01 -0500
Message-Id: <199507211128.GAA08593@tristero.io.com>
X-Sender: mskc@mail.io.com
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
To: postgres@postgres.Berkeley.EDU
From: mskc@io.com (Casey Claiborne)
Subject: Is "key" supported in postgres
X-Mailer: <PC Eudora Version 1.4>
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Fri, 21 Jul 95 04:28:27 -0700
Resent-XMts: smtp

Hello -
        I created a table similar to the following:

create info (id=char16, 
                 date=asctime,
                 info=char8,
                 ccyear=char8) key (id)

        However, I get the following error

WARN: Jul 210 19:33:28 RelationCreate: KEY not yet supported.


So is there another way to identify a key in a table?

Thanks in advance

Casey
Casey Claiborne mskc@io.com

One must note the importance of setting reasonable and achievable goals for
                    "If you aim for nothing, you'll hit it every time" 
                               -Theodore Roosevelt


==============================================================================
   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/
