Re: Inserting a tab character - Mailing list pgsql-sql

From Matthew Horoschun
Subject Re: Inserting a tab character
Date
Msg-id 85156C77-38BD-11D7-B773-000393B3A702@canprint.com.au
Whole thread Raw
In response to Inserting a tab character  ("Luke Pascoe" <luke.p@kmg.co.nz>)
List pgsql-sql
Hi Luke.

On Wednesday, February 5, 2003, at 02:39  PM, Luke Pascoe wrote:

> I have a table which defines various possible file delimiters (CHAR(1) 
> NOT
> NULL), for the moment it'll only contain comma and tab. Inserting a 
> comma is
> easy, but inserting a tab is proving somewhat more difficult.
>
> How do I do it in 'psql'?

insert into test values( '\t' );

appears to work...


Matt.



pgsql-sql by date:

Previous
From: "Luke Pascoe"
Date:
Subject: Inserting a tab character
Next
From: Ludwig Lim
Date:
Subject: Re: Inserting a tab character