Re: unsubscribe

2017-11-20 Thread Tom Lane
Ryan writes: > All right, so not for lack of trying, I cannot figure out how to > unsubscribe. I've tried three different things, but they've either been > ineffective or result in me getting an automatic email that the attempt > failed. Kindly help? I enjoyed my daily digest of PostgreSQL message

Re: unsubscribe

2017-11-20 Thread Danyelle Davis
have you tried the link provided in the previous email? On Mon, Nov 20, 2017 at 10:16 PM, Ryan wrote: > Hi, > > All right, so not for lack of trying, I cannot figure out how to > unsubscribe. I've tried three different things, but they've either been > ineffective or result in me getting an auto

Re: unsubscribe

2017-11-20 Thread Ryan
So my searches on the web all seemed to be somehow connecting me with the old majordomo2 system. I think that may have been the attempt that got me a "failed" automatic email back. One other attempt, I couldn't find a list with exactly this name and tried the pgus-general unsubscribe, which failed.

Re: unsubscribe

2017-11-20 Thread Danyelle Davis
https://lists.postgresql.org/manage/ Virus-free. www.avast.com

Re: unsubscribe

2017-11-20 Thread Ryan
Great, thanks. At risk of provoking the ire of all on the listserv with one final message before I sign out, PostgreSQL rocks. I love the documentation, the support, the community, the software, the C back-end, the features (really wish for 8-bit native integers, though, because it makes a big stor

Re: unsubscribe

2017-11-20 Thread Tom Lane
Danyelle Davis writes: > https://lists.postgresql.org/manage/ But note that that's only going to help if you've set up a "PG community account", which up to now nobody has needed unless they wanted to edit our wiki or work in our commitfest app, so it's a good bet that most subscribers to our lis

Re: unsubscribe

2017-11-20 Thread Ryan
.Hmm, yes, indeed. I tried to login to that site with my listserv account credentials, and that got me nowhere either. Also, I just checked this message too. Downloaded the raw message including headers. Search in text editor for string "List-Unsubscribe" and anything at all like it comes up with

One Partition by list is always chosen by planner

2017-11-20 Thread legrand legrand
Hello, after creating a table wiki_data_part with partition by list (category); and creating partitions like CREATE TABLE wiki_data_part_a PARTITION OF wiki_data_part FOR VALUES IN ('ang.q',...,'arc'); CREATE TABLE wiki_data_part_b PARTITION OF wiki_data_part FOR VALUES IN ('bs.s',...,'bg.n'); c

Re: unsubscribe

2017-11-20 Thread John R Pierce
On 11/20/2017 7:40 PM, Tom Lane wrote: Depending on what mail software you use, you might have to use some command like "View raw headers" or "View original message" to see commonly-hidden headers like List-Unsubscribe. in gmail, its Show Original, on the down-tick menu next to the 'Reply' bu

Re: [GENERAL] Query Using Massive Temp Space

2017-11-20 Thread Cory Tucker
On Mon, Nov 20, 2017 at 9:36 AM Tom Lane wrote: > 9.6.what exactly? > 9.6.5 > > The only thing I can think of offhand that could create temp files far in > excess of the actual data volume is if a hash join repeatedly decides that > it needs to increase the number of hash batches. We have see

Re: unsubscribe

2017-11-20 Thread Rafal Pietrak
Hi all, Have anyone noticed, that last couple of days on the list, can become a nice example of HOWTO turn the best list on the planet into a nightmare? Pls forgive rudeness, but IMHO, whoever made the "upgrade" should manually take all the "unsubscribe" messages from archive and do that "unsubsc

Re: unsubscribe

2017-11-20 Thread Craig Ringer
On 21 November 2017 at 15:17, Rafal Pietrak wrote: > Hi all, > > Have anyone noticed, that last couple of days on the list, can become a > nice example of HOWTO turn the best list on the planet into a nightmare? > > Pls forgive rudeness, but IMHO, whoever made the "upgrade" should > manually take

Re: unsubscribe

2017-11-20 Thread Achilleas Mantzios
On 21/11/2017 09:19, Craig Ringer wrote: On 21 November 2017 at 15:17, Rafal Pietrak mailto:ra...@ztk-rp.eu>> wrote: Hi all, Have anyone noticed, that last couple of days on the list, can become a nice example of HOWTO turn the best list on the planet into a nightmare? Pls forg

Re: unsubscribe

2017-11-20 Thread Murtuza Zabuawala
On Tue, Nov 21, 2017 at 12:49 PM, Craig Ringer wrote: > On 21 November 2017 at 15:17, Rafal Pietrak wrote: > >> Hi all, >> >> Have anyone noticed, that last couple of days on the list, can become a >> nice example of HOWTO turn the best list on the planet into a nightmare? >> >> Pls forgive rude

<    1   2