create tablespace fails silently, or succeeds improperly

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: create tablespace fails silently, or succeeds improperly
Date: 2010-10-18 15:23:40
Message-ID: AANLkTi=sFem2jDQ4WwqVjy-iygujmC_XPH7bhXHkeP33@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

as seen below create tablespace does not throw an error or appear to
do anything other than register the tablespace.

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

postgres=# select version();
version
-------------------------------------------------------------------------------------------------------------------
PostgreSQL 9.0.1 on 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2010-10-18 15:31:12 Re: create tablespace fails silently, or succeeds improperly
Previous Message Tom Lane 2010-10-18 15:17:49 Re: ISN patch that applies cleanly with git apply