Re: Bug in CREATE/DROP TABLESPACE command - Mailing list pgsql-general

From Tom Lane
Subject Re: Bug in CREATE/DROP TABLESPACE command
Date
Msg-id 5271.1174582055@sss.pgh.pa.us
Whole thread Raw
In response to Re: Bug in CREATE/DROP TABLESPACE command  (William Garrison <postgres@mobydisk.com>)
Responses Re: Bug in CREATE/DROP TABLESPACE command  (William Garrison <postgres@mobydisk.com>)
List pgsql-general
William Garrison <postgres@mobydisk.com> writes:
> -- Drop the tablespace and re-create in in an invalid location
> -- This only causes the bug if both these commands are run in one batch

What do you mean by "one batch" exactly?  Both CREATE and DROP TABLESPACE
refuse to run in a transaction block, so I'm confused about this.

            regards, tom lane

pgsql-general by date:

Previous
From: Reece Hart
Date:
Subject: Re: Dealing with table names in functions
Next
From: William Garrison
Date:
Subject: Re: Bug in CREATE/DROP TABLESPACE command