Re: slight mistake in documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Ralf Miller <ralf(dot)miller(at)topnet(dot)de>
Cc: <pgsql-docs(at)postgresql(dot)org>
Subject: Re: slight mistake in documentation
Date: 2001-03-21 20:27:59
Message-ID: Pine.LNX.4.30.0103212127300.1694-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Ralf Miller writes:

> CREATE TABLE test (a BIT(3), b BIT VARYING(5));
> INSERT INTO test VALUES (B'101', B'00'); ### try: ..VALUES
> (B'101', 'B00') instead of: ..VALUES (B'101', B'00')
> SELECT SUBSTRING(b FROM 1 FOR 2) FROM test;

Why?

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Harry Mangalam 2001-03-22 19:04:16 404 page report
Previous Message Ralf Miller 2001-03-21 17:36:28 slight mistake in documentation