BUG #14232: Possible mistake in the documentation

From: aouda(dot)h(at)me(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14232: Possible mistake in the documentation
Date: 2016-07-06 23:46:54
Message-ID: 20160706234654.1426.20399@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14232
Logged by: Hicham Aouda
Email address: aouda(dot)h(at)me(dot)com
PostgreSQL version: 9.5.3
Operating system: All
Description:

On page 1151 43.3.4. Composite Types
of the pdf documentation for 9.5.3
I suspect a mistake:

it should be :

CREATE TYPE employee AS (
name text,
salary integer,
age integer );

and not

CREATE TABLE employee (
name text,
salary integer,
age integer );

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Geoghegan 2016-07-07 00:14:30 Re: BUG #14150: Attempted to delete invisible tuple
Previous Message Peter Geoghegan 2016-07-06 23:45:01 Re: BUG #14150: Attempted to delete invisible tuple