create tablespace fails silently, or succeeds improperly

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема create tablespace fails silently, or succeeds improperly
Дата
Msg-id AANLkTi=sFem2jDQ4WwqVjy-iygujmC_XPH7bhXHkeP33@mail.gmail.com
обсуждение исходный текст
Ответы Re: create tablespace fails silently, or succeeds improperly  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: create tablespace fails silently, or succeeds improperly  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
as seen below create tablespace does not throw an error or appear to
do anything other than register the tablespace.

postgres@db01:~> less /opt/pg/data/jnj_indexes/PG_VERSION
8.4
postgres@db01:~> /opt/pg91/bin/psql -p 5433
psql (9.0.1)
Type "help" for help.

postgres=# select version();                                                     version

-------------------------------------------------------------------------------------------------------------------PostgreSQL
9.0.1on x86_64-unknown-linux-gnu, compiled by GCC gcc
 
(GCC) 3.4.6 20060404 (Red Hat 3.4.6-11), 64-bit
(1 row)

postgres=# create TABLESPACE jnj_indexes location '/opt/pg/data/jnj_indexes';
CREATE TABLESPACE

Dave


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ISN patch that applies cleanly with git apply
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: create tablespace fails silently, or succeeds improperly