From:
Peter Eisentraut <peter_e(at)gmx(dot)net>
To:
Stephen Frost <sfrost(at)snowman(dot)net>
Cc:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Simon Riggs <simon(at)2ndQuadrant(dot)com>, BruceMomjian <bruce(at)momjian(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject:
Re: Index build temp files
Date:
2013-01-09 04:49:49
Message-ID:
1357706989.25412.8.camel@vanquo.pezone.net (view raw or flat )
Thread:
2013-01-08 22:09:47 from Stephen Frost <sfrost(at)snowman(dot)net>
2013-01-08 22:16:42 from Bruce Momjian <bruce(at)momjian(dot)us>
2013-01-08 22:21:54 from Stephen Frost <sfrost(at)snowman(dot)net>
2013-01-09 00:04:32 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 00:16:24 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2013-01-09 00:23:18 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 02:25:48 from Stephen Frost <sfrost(at)snowman(dot)net>
2013-01-09 02:42:59 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 04:38:17 from Stephen Frost <sfrost(at)snowman(dot)net>
2013-01-09 04:49:49 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2013-01-09 04:55:08 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 05:05:38 from Stephen Frost <sfrost(at)snowman(dot)net>
2013-01-09 19:56:08 from Stephen Frost <sfrost(at)snowman(dot)net>
2013-01-09 20:00:19 from Stephen Frost <sfrost(at)snowman(dot)net>
2013-01-09 20:20:33 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 20:49:47 from Stephen Frost <sfrost(at)snowman(dot)net>
2013-01-09 21:03:44 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 21:21:18 from Stephen Frost <sfrost(at)snowman(dot)net>
2013-01-10 02:36:55 from Noah Misch <noah(at)leadboat(dot)com>
2013-01-10 02:48:23 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2013-01-10 02:59:09 from Noah Misch <noah(at)leadboat(dot)com>
2013-01-10 04:02:58 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-10 09:48:23 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2013-01-10 13:59:14 from Stephen Frost <sfrost(at)snowman(dot)net>
2013-01-09 20:15:46 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2013-01-09 20:53:05 from Stephen Frost <sfrost(at)snowman(dot)net>
2013-01-09 21:08:55 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2013-01-09 21:21:03 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 21:27:38 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2013-01-09 21:42:06 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 21:52:31 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2013-01-09 22:09:54 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 22:47:15 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2013-01-09 23:12:48 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2013-01-09 23:40:28 from Simon Riggs <simon(at)2ndQuadrant(dot)com>
2013-01-09 23:09:59 from Stephen Frost <sfrost(at)snowman(dot)net>
Lists:
pgsql-hackers
On Tue, 2013-01-08 at 23:38 -0500, Stephen Frost wrote:
> If I can come up with a doc or similar patch, I'll post it, but I have
> to admit that the docs are pretty clear that you need create rights.
> Still, it seems a little odd that we don't complain in any way in this
> case. Perhaps a NOTICE when the temp_tablespaces value is set but
> won't be used due to permissions..?
It should be a warning in my opinion.
It should actually be an error, but there are probably reasons why that
wouldn't work.
In response to
pgsql-hackers by date
Next :From: Tom LaneDate: 2013-01-09 04:55:08
Subject : Re: Index build temp files
Previous :From : Peter EisentrautDate : 2013-01-09 04:42:45
Subject : Re: Re: Proposal: Store "timestamptz" of database
creation on "pg_database"