Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 28 Mar 2003 16:17:02 -0500 From: Jason Tishler Subject: PostgreSQL help (was Re: your mail) In-reply-to: <000801c2f503$f0a46d90$e1857ad9@Tarry.local> To: Tarry Singh Cc: Cygwin Mail-followup-to: Tarry Singh , Cygwin Message-id: <20030328211701.GC2824@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4i References: <000801c2f503$f0a46d90$e1857ad9 AT Tarry DOT local> Tarry, Please post instead of sending private email. On Fri, Mar 28, 2003 at 09:27:58AM +0100, Tarry Singh wrote: > Dear Jason, > I've used your instructions to install cygwin and everything went > fine.... > > Although i have 2 issues......... > > [1] I get .... > > bash: export: `=': not a valid identifier > bash: export: `/usr/share/postgresql/data': not a valid identifier > > when i startup my cygwin and then i can continue.. Make sure that there are no spaces between the variable, equals sign, and value: export PGDATA=/usr/share/postgresql/data > BUT > > [2] installing postmaster with this recommended command gives me........... > > Administrator AT cc345772-a ~ > $ cygrunsrv --install postmaster --path /usr/bin/postmaster --args "-D /usr/ > share/postgresql/data -i" --dep ipc-daemon > --termsig INT --user postgres --shutdown > bash: cygrunsrv: command not found Install the cygrunsrv package. > I would like to install my postmaster as a service so i don't have to > start it first before i lg int to psql and also get rid of those > ''valid identifier commands'' See above. > please help. Please post. > Tarry Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/