Re: [GENERAL] Build RPM from Postgres Source

2013-07-17 Thread Michael Paquier
On Wed, Jul 17, 2013 at 9:28 PM, Devrim GÜNDÜZ wrote: > > Hi, > > On Fri, 2013-07-12 at 14:37 -0700, ktewari1 wrote: >> Hi, >> I need to have some different settings(like NAMEDATALEN etc.) and >> that's why I'm trying to build postgres from the source and to create an rpm >> to be send for in

Re: [GENERAL] Build RPM from Postgres Source

2013-07-17 Thread Devrim GÜNDÜZ
Hi, On Fri, 2013-07-12 at 14:37 -0700, ktewari1 wrote: > Hi, > I need to have some different settings(like NAMEDATALEN etc.) and > that's why I'm trying to build postgres from the source and to create an rpm > to be send for install. > > Now, the build works fine but, I don't see a way to

Re: [GENERAL] Build RPM from Postgres Source

2013-07-15 Thread David Kerr
On Fri, Jul 12, 2013 at 02:37:19PM -0700, ktewari1 wrote: - Hi, - I need to have some different settings(like NAMEDATALEN etc.) and - that's why I'm trying to build postgres from the source and to create an rpm - to be send for install. - - Now, the build works fine but, I don't see a way to

Re: [GENERAL] Build RPM from Postgres Source

2013-07-14 Thread ktewari1
Thanks for your reply. I will take a look. Kul. -- View this message in context: http://postgresql.1045698.n5.nabble.com/Build-RPM-from-Postgres-Source-tp5763633p5763746.html Sent from the PostgreSQL - general mailing list archive at Nabble.com. -- Sent via pgsql-general mailing list (pgsq

Re: [GENERAL] Build RPM from Postgres Source

2013-07-13 Thread James B. Byrne
> Date: Fri, 12 Jul 2013 14:37:19 -0700 (PDT) > From: ktewari1 > To: pgsql-general@postgresql.org > Subject: Build RPM from Postgres Source > Message-ID: <1373665039319-5763633.p...@n5.nabble.com> > > Hi, > I need to have some different settings(like NAMEDATALEN etc.) > and that's why I'm tr

[GENERAL] Build RPM from Postgres Source

2013-07-12 Thread ktewari1
Hi, I need to have some different settings(like NAMEDATALEN etc.) and that's why I'm trying to build postgres from the source and to create an rpm to be send for install. Now, the build works fine but, I don't see a way to create an RPM. I'll greatly appreciate any help. Thanks, Kul --