Thread: Re: POSTGRESQL - Question
I am using Postgresql in Win 98. Should I do initdb -D ..... command every time I power up the the m/c. Is it fine If start postmaster? I guess initdb will clean up by existing data files? Am I right? _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx
initdb is only needed per 'database cluster' - i.e. a directory that you nominate to store the files. So, after first install you do the initdb command as directed by the readme in the cygwin postgresql package. However for every subsequent power up you only need to start the postmaster as directed in the documentation. Hope that helps. At 11:19 16/03/2002 +0000, Raveendra Yerraguntla wrote: >I am using Postgresql in Win 98. Should I do initdb -D ..... command every >time I power up the the m/c. Is it fine If start postmaster? >I guess initdb will clean up by existing data files? Am I right? > > > >_________________________________________________________________ >MSN Photos is the easiest way to share and print your photos: >http://photos.msn.com/support/worldwide.aspx > > >---------------------------(end of broadcast)--------------------------- >TIP 5: Have you checked our extensive FAQ? > >http://www.postgresql.org/users-lounge/docs/faq.html Tim Finch, FosterFinch Ltd http://www.fosterfinch.co.uk