BUG #1889: little documentation error - Mailing list pgsql-bugs

From Evgeny Gridasov
Subject BUG #1889: little documentation error
Date
Msg-id 20050917194010.286D6F0B95@svr2.postgresql.org
Whole thread Raw
Responses Re: BUG #1889: little documentation error  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1889
Logged by:          Evgeny Gridasov
Email address:      eugene@i-free.ru
PostgreSQL version: 8.1
Operating system:   n/a
Description:        little documentation error
Details:

http://developer.postgresql.org/docs/postgres/manage-ag-tablespaces.html
see the text:
--
 To define a tablespace, use the CREATE DATABASE  command, for example:

CREATE TABLESPACE fastspace LOCATION '/mnt/sda1/postgresql/data';
--
i guess the text should be "use the CREATE TABLESPACE" command =)

pgsql-bugs by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: BUG #1888: bug in cast from float4 to float8
Next
From: Tom Lane
Date:
Subject: Re: BUG #1889: little documentation error