Re: varbit question

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Laurent Duperval <lduperval(at)microcelli5(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: varbit question
Date: 2001-05-15 15:41:48
Message-ID: Pine.LNX.4.30.0105151740520.757-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Laurent Duperval writes:

> I have an Oracle script that I want to convert to pgsql. I've got a sed
> script that does most of the mappings but it doesn't look like raw is
> supported. In the docs, there is mention of varbit(n) but if I use the
> (n) argument, the script fails. I can only use varbit alone. How do I get
> around that?

If you're not using version 7.1 or later you might want to upgrade. The
bit string types do not work correctly in earlier releases. If you are
using that version, please post more detail.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Laurent Duperval 2001-05-15 15:47:59 Re: varbit question
Previous Message ameet 2001-05-15 14:52:36 Exp/Imp Problems...