This is a discussion on Developer TODO List as a PostgreSQL DB within the pgsql Hackers forums, part of the PostgreSQL category; --> > And, for the record, I do not see the slightest point in putting the > TODO list on ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > And, for the record, I do not see the slightest point in putting the > TODO list on its own into a database. None, zilch, nada. As database > professionals we should be adept at recognising when the use of a > database is appropriate and when it isn't. If we put it into a tracking > system (presumably database backed) that would be another matter, but > that has gone nowhere as usual. As someone who has been involved in these discussions over and over, I would suggest that everyone just drop the whole thing. It won't go anywhere, and it just isn't worth the 3 cents of bandwidth it would cost to send the emails. Joshua D. Drake -- === The PostgreSQL Company: Command Prompt, Inc. === Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240 Providing the most comprehensive PostgreSQL solutions since 1997 http://www.commandprompt.com/ Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate PostgreSQL Replication: http://www.commandprompt.com/products/ ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| Hi , Is there any method or utility to convert content of WAL files into Human Readable format. Regards J Mageshwaran Andrew Dunstan wrote: > Chad Wagner wrote: > >> On 2/26/07, *Josh Berkus* <josh@agliodbs.com >> <mailto:josh@agliodbs.com>> wrote: >> >> > Just wondering after reading so many mails from Hackers >> List.(its 2.15 AM >> > now!!) Is there anybody working on something to create a DB from >> > a) The TODO list http://www.postgresql.org/docs/faqs.TODO.html >> > b) The sourcecode of PostgreSQL >> > c) The relevant Mailings from the developers lists >> >> Of those, only the TODO makes sense as a DB. You're welcome to go >> for it. >> >> The TODO list is a bit outdated, and it would make sense to make it >> into a web page and assign names to the tasks and which releases the >> TODO task will make it in. Perhaps it would even be useful for folks >> to post their WIP patches, status updates, etc to such a page? >> >> Any comments? I am willing to chip in. I could only imagine the >> current workload for maintaining this is a bit overwhelming. > > > Before we rehash recent debates, please, everybody, review them. Going > over and over and over the same ground laboriously is really getting > tiresome, and unfortunately it's also getting more frequent. It's > *déjà vu *all over again. > > And, for the record, I do not see the slightest point in putting the > TODO list on its own into a database. None, zilch, nada. As database > professionals we should be adept at recognising when the use of a > database is appropriate and when it isn't. If we put it into a > tracking system (presumably database backed) that would be another > matter, but that has gone nowhere as usual. > > There is some point in putting it in a wiki where we can gather > relevant documents, links to discussions etc. That's why the > developers' wiki was established, AIUI. > > cheers > > andrew > > ---------------------------(end of broadcast)--------------------------- > TIP 1: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly ********** DISCLAIMER ********** Information contained and transmitted by this E-MAIL is proprietary to Sify Limited and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this E-MAIL may not have been sent with the authority of the Company. If you are not the intended recipient, an agent of the intended recipient or a person responsible for delivering the information to the named recipient, you are notified that any use, distribution, transmission, printing, copying or dissemination of this information in any way or in any manner is strictly prohibited. If you have received this communication in error, please delete this mail & notify us immediately at admin@sifycorp.com Watch the latest updates on Mumbai, with video coverage of news, events, Bollywood, live darshan from Siddhivinayak temple and more, only on www.mumbailive.in Watch the hottest videos from Bollywood, Fashion, News and more only on www.sifymax.com ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |
| |||
| Is there any method or utility to convert content of WAL files into Human Readable format. xlogdump (or xlog viewer) might help. Sorry, I've never used it yet. http://pgfoundry.org/projects/xlogviewer/ ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| |||
| On 2/28/07, Mageshwaran <j_mageshwaran@sifycorp.com> wrote: > Is there any method or utility to convert content of WAL files into > Human Readable format. Not really. The only two WAL utilities available that I know of are Tom's xlogdump and the SoC project based on it called XlogViewer. http://pgfoundry.org/projects/xlogviewer/ -- Jonah H. Harris, Software Architect | phone: 732.331.1324 EnterpriseDB Corporation | fax: 732.331.1301 33 Wood Ave S, 3rd Floor | jharris@enterprisedb.com Iselin, New Jersey 08830 | http://www.enterprisedb.com/ ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| |||
| Thanks tsunakawa , harris Jonah H. Harris wrote: > On 2/28/07, Mageshwaran <j_mageshwaran@sifycorp.com> wrote: > >> Is there any method or utility to convert content of WAL files into >> Human Readable format. > > > Not really. The only two WAL utilities available that I know of are > Tom's xlogdump and the SoC project based on it called XlogViewer. > > http://pgfoundry.org/projects/xlogviewer/ > ********** DISCLAIMER ********** Information contained and transmitted by this E-MAIL is proprietary to Sify Limited and is intended for use only by the individual or entity to which it is addressed, and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If this is a forwarded message, the content of this E-MAIL may not have been sent with the authority of the Company. If you are not the intended recipient, an agent of the intended recipient or a person responsible for delivering the information to the named recipient, you are notified that any use, distribution, transmission, printing, copying or dissemination of this information in any way or in any manner is strictly prohibited. If you have received this communication in error, please delete this mail & notify us immediately at admin@sifycorp.com Watch the latest updates on Mumbai, with video coverage of news, events, Bollywood, live darshan from Siddhivinayak temple and more, only on www.mumbailive.in Watch the hottest videos from Bollywood, Fashion, News and more only on www.sifymax.com ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| |||
| Hi , I want setup replication for postgres server , please help me on this issue. I dont want to use any third party programs. I like to do it using WAL. Regards J Mageshwaran Mageshwaran wrote: > Thanks tsunakawa , harris > > > Jonah H. Harris wrote: > >> On 2/28/07, Mageshwaran <j_mageshwaran@sifycorp.com> wrote: >> >>> Is there any method or utility to convert content of WAL files into >>> Human Readable format. >> >> >> >> Not really. The only two WAL utilities available that I know of are >> Tom's xlogdump and the SoC project based on it called XlogViewer. >> >> http://pgfoundry.org/projects/xlogviewer/ >> > > > ********** DISCLAIMER ********** > Information contained and transmitted by this E-MAIL is proprietary to > Sify Limited and is intended for use only by the individual or entity > to which it is addressed, and may contain information that is > privileged, confidential or exempt from disclosure under applicable > law. If this is a forwarded message, the content of this E-MAIL may > not have been sent with the authority of the Company. If you are not > the intended recipient, an agent of the intended recipient or a > person responsible for delivering the information to the named > recipient, you are notified that any use, distribution, transmission, > printing, copying or dissemination of this information in any way or > in any manner is strictly prohibited. If you have received this > communication in error, please delete this mail & notify us > immediately at admin@sifycorp.com > > > Watch the latest updates on Mumbai, with video coverage of news, events, > Bollywood, live darshan from Siddhivinayak temple and more, only on > www.mumbailive.in > > Watch the hottest videos from Bollywood, Fashion, News and more only on > www.sifymax.com > > > ---------------------------(end of broadcast)--------------------------- > TIP 9: In versions below 8.0, the planner will ignore your desire to > choose an index scan if your joining column's datatypes do not > match ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| |||
| > I want setup replication for postgres server , please help me on this > issue. I dont want to use any third party programs. I like to do it > using WAL. This is not the correct list for these kinds of questions. Please try pgsql-general instead. Thanks. -- Josh Berkus PostgreSQL @ Sun San Francisco ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| Hi Just to add an question to it.. do we have a felixbitily to run this xlogdump or xlogviewer on windows installation of Postgres. Also how do we run these utilities with the existing postgres server running on linux box. thanks Vishal >From: "Jonah H. Harris" <jonah.harris@gmail.com> >To: Mageshwaran <j_mageshwaran@sifycorp.com> >CC: "Andrew Dunstan" <andrew@dunslane.net>, "Chad Wagner" ><chad.wagner@gmail.com>, "Josh Berkus" <josh@agliodbs.com>, >pgsql-hackers@postgresql.org, deductive@kutoma.com >Subject: Re: [HACKERS] POSTGRES WAL >Date: Wed, 28 Feb 2007 22:51:22 -0500 > >On 2/28/07, Mageshwaran <j_mageshwaran@sifycorp.com> wrote: >>Is there any method or utility to convert content of WAL files into >>Human Readable format. > >Not really. The only two WAL utilities available that I know of are >Tom's xlogdump and the SoC project based on it called XlogViewer. > >http://pgfoundry.org/projects/xlogviewer/ > >-- >Jonah H. Harris, Software Architect | phone: 732.331.1324 >EnterpriseDB Corporation | fax: 732.331.1301 >33 Wood Ave S, 3rd Floor | jharris@enterprisedb.com >Iselin, New Jersey 08830 | http://www.enterprisedb.com/ > >---------------------------(end of broadcast)--------------------------- >TIP 7: You can help support the PostgreSQL project by donating at > > http://www.postgresql.org/about/donate __________________________________________________ _______________ Mortgage rates as low as 4.625% - Refinance $150,000 loan for $579 a month. Intro*Terms https://www2.nextag.com/goto.jsp?pro...= 4056&p=5117 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |