BUG #1889: little documentation error

From: "Evgeny Gridasov" <eugene(at)i-free(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1889: little documentation error
Date: 2005-09-17 19:40:10
Message-ID: 20050917194010.286D6F0B95@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1889
Logged by: Evgeny Gridasov
Email address: eugene(at)i-free(dot)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 =)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-09-18 04:02:48 Re: BUG #1889: little documentation error
Previous Message Michael Fuhr 2005-09-17 13:51:36 Re: BUG #1888: bug in cast from float4 to float8