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 EAA01573 for postgres-redist; Fri, 21 Jul 1995 04:35:05 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199507211135.EAA01573@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 EAA01566 for ; Fri, 21 Jul 1995 04:35:00 -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 GAA08721 for ; Fri, 21 Jul 1995 06:34:37 -0500 Date: Fri, 21 Jul 1995 06:34:37 -0500 Message-Id: <199507211134.GAA08721@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: char8, char16, etc. X-Mailer: Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Fri, 21 Jul 95 04:35:05 -0700 Resent-XMts: smtp Hello I have noticed that in postgres, one can have character strings of char4, char8, char16; however, I want to create a character string of char32. From what I have read, I would need to create a dynamically loaded object file that would define this datatype; however, how does one exactly create a dynamically loaded object file? If I compile the "C" file in a regular fashion (creating a regular object file) will this be sufficient? With SunOS, the gcc function creates a dynamically loaded object file as a default (or so I have been told). Question is: how would one go about creating an object file that can be used by postgres? Is there a better way to create char32? 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/