BUG #1889: little documentation error

Started by Evgeny Gridasovover 20 years ago2 messagesbugs
Jump to latest
#1Evgeny Gridasov
eugene@i-free.ru

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 =)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Evgeny Gridasov (#1)
Re: BUG #1889: little documentation error

"Evgeny Gridasov" <eugene@i-free.ru> writes:

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 =)

Yup --- thanks for catching it!

regards, tom lane