Return-Path: owner-postman Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id OAA04685 for postgres-redist; Mon, 13 Jun 1994 14:33:47 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199406132133.OAA04685@nobozo.CS.Berkeley.EDU> Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from LOCALHOST (LOCALHOST [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id OAA04673; Mon, 13 Jun 1994 14:33:46 -0700 Message-Id: <199406132133.OAA04673@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host LOCALHOST didn't use HELO protocol From: aoki@CS.Berkeley.EDU (Paul M. Aoki) To: ERIC M MICKELSON Cc: postgres@postgres.Berkeley.EDU Subject: Re: TEXT with newlines Reply-To: aoki@CS.Berkeley.EDU (Paul M. Aoki) In-reply-to: Your message of Mon, 13 Jun 94 17:09:05 EDT <199406132108.OAA03257@nobozo.CS.Berkeley.EDU> Date: Mon, 13 Jun 94 14:33:46 -0700 X-Sender: aoki@postgres.Berkeley.EDU Resent-To: postgres-redist@postgres.Berkeley.EDU X-Mts: smtp Resent-Date: Mon, 13 Jun 94 14:33:47 -0700 Resent-XMts: smtp ERIC M MICKELSON writes: > I need to get these newline characters stored or else store every line > as a different text array element (blah). I'm sure I am missing > something simple, but please help if you can. an undocumented parser feature is support for embedding \t \n \r \b \f the bad news is that if you try to "copy out" attributes with embedded \t or \n, most output routines aren't smart enough to re-escape the strings. oops. -- Paul M. Aoki | CS Div., Dept. of EECS, UCB | aoki@CS.Berkeley.EDU | Berkeley, CA 94720 | ...!uunet!ucbvax!aoki ============================================================================== 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. ==============================================================================