Re: [GENERAL] Postgres Installation Password

2012-06-11 Thread Thomas Kellerer
Magruder, Ryan S. wrote on 11.06.2012 16:55: When attempting to download and install Postgres on my computer for work, it prompted me to create a password. Upon trying many different combinations I could not get one to work. An error message stated that the password I entered did not meet the con

[GENERAL] Postgres Installation Password

2012-06-11 Thread Magruder, Ryan S.
When attempting to download and install Postgres on my computer for work, it prompted me to create a password. Upon trying many different combinations I could not get one to work. An error message stated that the password I entered did not meet the constraints. Is there a guide to creating a pa

Re: [GENERAL] : Postgres installation error on CentOS

2011-11-15 Thread Venkat Balaji
Hi Alban, Thanks for the reply ! I was able to resolve this issue, but, not by removing the older version of zlib (i was unable to do so due to dependencies). I did not have older version of zlib-devel installed, I did that and able to install. Regards, VB On Tue, Nov 15, 2011 at 5:56 PM, Alba

Re: [GENERAL] : Postgres installation error on CentOS

2011-11-15 Thread Alban Hertroys
On 15 November 2011 12:58, Venkat Balaji wrote: > Hello, > We are facing an issue while installing Postgres-9.0.1 on CentOS-5. That name always makes me wonder when they're releasing PennyOS or DollarOS :P > Below is the error we are encountering - > ./configure -- output > checking for inflate

[GENERAL] : Postgres installation error on CentOS

2011-11-15 Thread Venkat Balaji
Hello, We are facing an issue while installing Postgres-9.0.1 on CentOS-5. Below is the error we are encountering - ./configure -- output checking for inflate in -lz... no configure: error: zlib library not found If you have zlib already installed, see config.log for details on the failure. It

Re: [GENERAL] Postgres Installation

2010-12-16 Thread Filip Rembiałkowski
2010/12/16 Adarsh Sharma > Dear all, > > Is there are any useful links for Installing Postgres_9.1 (recent version ) > in CentOS from its binaries. > > most recent stable version is 9.0.2. here you will find Yum instructions and links to RPM packages http://yum.pgrpms.org/howtoyum.php see also

[GENERAL] Postgres Installation

2010-12-15 Thread Adarsh Sharma
Dear all, Is there are any useful links for Installing Postgres_9.1 (recent version ) in CentOS from its binaries. Thanks. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] postgres installation

2010-05-18 Thread Thom Brown
On 18 May 2010 08:00, VIRENDRA MAGDUM wrote: > respected sir/mam, >                      i am having laptop TOSHIBA satellite L505 which is of >  64 bit and i am not able to install postgres on that. i think their is >  problem of selecting ENCODING parameter. >                      so please help

[GENERAL] postgres installation

2010-05-18 Thread VIRENDRA MAGDUM
respected sir/mam, i am having laptop TOSHIBA satellite L505 which is of 64 bit and i am not able to install postgres on that. i think their is problem of selecting ENCODING parameter. so please help me out as early as possible. thanks virendra -- Se

Re: [GENERAL] Postgres installation on Leopard; database on Mac-User-Level

2008-01-15 Thread Richard Huxton
Stefan Schwarzer wrote: There's no reason why you *have* to run the server as user postgres though. It's perfectly possible to do the above as user schwarzer. If the database system is intended just for that one user, that might make sense too. Oh, make sure the logfile is in a directory writ

Re: [GENERAL] Postgres installation on Leopard; database on Mac-User-Level

2008-01-15 Thread Stefan Schwarzer
Now, it seems somewhat complicated - at least for me -, due to the different read-write permissions, to do that. It worked before, but now, after re-installing the machine, I really don't get it going... The commands would be like this: /usr/local/pgsql/bin/initdb -D /Users/schwarzer/Docu

Re: [GENERAL] Postgres installation on Leopard; database on Mac-User-Level

2008-01-15 Thread Richard Huxton
Stefan Schwarzer wrote: Hi there, I want to create my database not under /etc/ but under or within my Mac-user level, that is /Users/schwarzer/ The data directory shouldn't ever end up in /etc - are you sure that's what it's doing? Now, it seems somewhat complicated - at least for

[GENERAL] Postgres installation on Leopard; database on Mac-User-Level

2008-01-15 Thread Stefan Schwarzer
Hi there, I want to create my database not under /etc/ but under or within my Mac-user level, that is /Users/schwarzer/ Now, it seems somewhat complicated - at least for me -, due to the different read-write permissions, to do that. It worked before, but now, after re-installing t