Re: BUG #15460: Error while creating index or constraint - Mailing list pgsql-bugs

From Peter Geoghegan
Subject Re: BUG #15460: Error while creating index or constraint
Date
Msg-id CAH2-WzkVC5=OM3bx=XDYDN_xvr+GXOs+ijgOQ73uA6eb+XDB6w@mail.gmail.com
Whole thread Raw
In response to BUG #15460: Error while creating index or constraint  (PG Bug reporting form <noreply@postgresql.org>)
Responses RE: BUG #15460: Error while creating index or constraint  (Paul van der Linden <paul.vanderlinden@mapcreator.eu>)
RE: BUG #15460: Error while creating index or constraint  (Paul van der Linden <paul.vanderlinden@mapcreator.eu>)
List pgsql-bugs
On Mon, Oct 29, 2018 at 2:19 PM Paul van der Linden
<paul.vanderlinden@mapcreator.eu> wrote:
> Directory is empty (when I check after the error occurred, no idea yet (will test) if there's something there during
indexcreation.
 

There'll definitely be something during index creation, though the
exact directory name will vary per operation.

Do you use temp_tablespaces (easy way to find out is to "show
temp_tablespaces")? There's one directory per temp tablespace, so
maybe you looked in the wrong one?

> And for some reason I'm not able to set the log_line_prefix in my pgAdmin session... ERROR:  parameter
"log_line_prefix"cannot be changed now
 

That needs to be set in postgresql.conf.

-- 
Peter Geoghegan


pgsql-bugs by date:

Previous
From: Paul van der Linden
Date:
Subject: RE: BUG #15460: Error while creating index or constraint
Next
From: Paul van der Linden
Date:
Subject: RE: BUG #15460: Error while creating index or constraint