This is a discussion on PgAgent.. within the pgsql Admins forums, part of the PostgreSQL category; --> Dear All If i am trying to start my pgAgent, the following error is occurs... C:\Program Files\PostgreSQL\8.2\bin>net start pgAgent ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dear All If i am trying to start my pgAgent, the following error is occurs... C:\Program Files\PostgreSQL\8.2\bin>net start pgAgent The service is not responding to the control function. More help is available by typing NET HELPMSG 2186. If any body gone through this errors, kindly give me the solution for this. DISCLAIMER: This email (including any attachments) is intended for the sole use of the intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or distribution or forwarding of any or all of the contents in this message is STRICTLY PROHIBITED. If you are not the intended recipient, please contact the sender by email and delete all copies; your cooperation in this regard is appreciated. |
| |||
| Hi all, Can anyone please tell me how to download the PostgreSQL-7.1 source code through CVS, i use the following set of commands to get the source code of postgreSQL. 1) cvs -d login This command will do an initial login to the PostgreSQL repository. 2) cvs -z3 -d co -P pgsql This will fetch the code, but the code that is fetched is the latest code. Can anyone please tell me what command I have to use to download the source code For PostgreSQL-7.1. Thanks in advance Regards Cinu Kuriakose Thanks and Regards Cinu |
| |||
| Kuriakose, Cinu Cheriyamoozhiyil wrote: > Hi all, Please do not start a new thread by replying to someone else's post. This is called "hijacking" a thread and it has the effect of stopping the conversation about the original poster's (OP's) point. Start a new thread by sending a post that is not a reply. -- Lew |
| |||
| >>> On Tue, Aug 14, 2007 at 6:29 AM, in message <D566E8CF3538B54D95B925CB69CB4D2A06210E14@inblr-exch1.eu.uis.unisys.com>, "Kuriakose, Cinu Cheriyamoozhiyil" <Cinu.Kuriakose@in.unisys.com> wrote: > Can anyone please tell me how to download the PostgreSQL-7.1 source code > through CVS, i use the following set of commands to get the source code > of postgreSQL. Did you try adding -r REL7_1 to the checkout command? I sure hope this is for some academic purpose and not for production use.... -Kevin ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |
| ||||
| Kevin.Grittner@wicourts.gov ("Kevin Grittner") writes: >>>> On Tue, Aug 14, 2007 at 6:29 AM, in message > <D566E8CF3538B54D95B925CB69CB4D2A06210E14@inblr-exch1.eu.uis.unisys.com>, > "Kuriakose, Cinu Cheriyamoozhiyil" <Cinu.Kuriakose@in.unisys.com> wrote: >> Can anyone please tell me how to download the PostgreSQL-7.1 source code >> through CVS, i use the following set of commands to get the source code >> of postgreSQL. > > Did you try adding -r REL7_1 to the checkout command? > > I sure hope this is for some academic purpose and not for production > use.... Yeah, the last time I *considered* building 7.1 was a couple years ago, and I gave up quickly when I ran into compile errors due to changes in GLIBC that had taken place since the 7.1 days. -- "cbbrowne","@","cbbrowne.com" http://linuxdatabases.info/info/x.html "...I'm not one of those who think Bill Gates is the devil. I simply suspect that if Microsoft ever met up with the devil, it wouldn't need an interpreter." -- Nicholas Petreley, InfoWorld, Sept 16, 1996 |