Inserting a tab character

From: "Luke Pascoe" <luke(dot)p(at)kmg(dot)co(dot)nz>
To: "Postgres Sql" <pgsql-sql(at)postgresql(dot)org>
Subject: Inserting a tab character
Date: 2003-02-05 03:39:09
Message-ID: 00d301c2ccc8$24c6f7a0$3200000a@K2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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'?

Luke Pascoe.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Matthew Horoschun 2003-02-05 03:54:26 Re: Inserting a tab character
Previous Message Tom Lane 2003-02-04 23:21:28 Re: Serialized Transaction Locking Issues