Re: slight mistake in documentation - Mailing list pgsql-docs

From Peter Eisentraut
Subject Re: slight mistake in documentation
Date
Msg-id Pine.LNX.4.30.0103212127300.1694-100000@peter.localdomain
Whole thread Raw
In response to slight mistake in documentation  (Ralf Miller <ralf.miller@topnet.de>)
List 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@gmx.net       http://yi.org/peter-e/


pgsql-docs by date:

Previous
From: Ralf Miller
Date:
Subject: slight mistake in documentation
Next
From: Roberto Mello
Date:
Subject: plsql.sgml patch