Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-08 Thread Charles Sprickman
On May 8, 2013, at 11:32 AM, Jim Mercer wrote: > On Wed, May 08, 2013 at 05:29:53PM +0300, Achilleas Mantzios wrote: >> 1st the above links do not reveal anything new. >> 2nd, judging by the wiki : https://wiki.freebsd.org/Jails , >> jailified SysV IPC (or SysV IPC-ified jails) (the specific terr

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-08 Thread Jim Mercer
On Wed, May 08, 2013 at 05:29:53PM +0300, Achilleas Mantzios wrote: > 1st the above links do not reveal anything new. > 2nd, judging by the wiki : https://wiki.freebsd.org/Jails , > jailified SysV IPC (or SysV IPC-ified jails) (the specific territory where > pgsql comes in contact with jails) >

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-08 Thread Achilleas Mantzios
On Ôåô 08 ÌáÀ 2013 08:28:31 Jim Mercer wrote: > On Wed, May 08, 2013 at 10:03:30AM +0300, Achilleas Mantzios wrote: > > Pretty informative Jim, thanx. > > > > Do you remember which version, when, by who, were these shortcomings > > (different user, different port) resolved? > > At the time it seem

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-08 Thread Jim Mercer
On Wed, May 08, 2013 at 10:03:30AM +0300, Achilleas Mantzios wrote: > Pretty informative Jim, thanx. > > Do you remember which version, when, by who, were these shortcomings > (different user, different port) resolved? > At the time it seemed like a very hard thing to implement in the current > st

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-08 Thread Achilleas Mantzios
im Mercer wrote: > > > On Wed, May 01, 2013 at 02:21:44PM -0600, Benjamin Krajmalnik wrote: > > > > So essentially we would have to run jails on this - does that affect > > > > performance? > > > > > > i would say minimal impact. > > >

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-02 Thread Jim Mercer
ginal Message- > > > From: Jim Mercer [mailto:j...@reptiles.org] > > > Sent: Wednesday, May 01, 2013 2:20 PM > > > To: Benjamin Krajmalnik > > > Cc: pgsql-admin@postgresql.org > > > Subject: Re: [ADMIN] Installing multiple instances of Postgred on one

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-01 Thread Jim Mercer
d. --jim > > > > > > From: Gezeala M. Bacu?o II [mailto:geze...@gmail.com] > Sent: Wednesday, May 01, 2013 3:38 PM > To: Jim Mercer > Cc: Benjamin Krajmalnik; pgsql-admin@postgresql.org > Subject: Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD >

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-01 Thread Benjamin Krajmalnik
: Benjamin Krajmalnik; pgsql-admin@postgresql.org Subject: Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server I used to do the ezjail route before but for ease, you can modify the setting "unix_socket_directory" on your postgresql.conf and have it point to anoth

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-01 Thread Gezeala M . Bacuño II
affect > > performance? > > i would say minimal impact. > > > > > > > -Original Message- > > From: Jim Mercer [mailto:j...@reptiles.org] > > Sent: Wednesday, May 01, 2013 2:20 PM > > To: Benjamin Krajmalnik > > Cc: pgsql-admin@po

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-01 Thread Jim Mercer
dnesday, May 01, 2013 2:20 PM > To: Benjamin Krajmalnik > Cc: pgsql-admin@postgresql.org > Subject: Re: [ADMIN] Installing multiple instances of Postgred on one > FreeBSD server > > On Wed, May 01, 2013 at 01:58:21PM -0600, Benjamin Krajmalnik wrote: > > I would like to in

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-01 Thread Benjamin Krajmalnik
So essentially we would have to run jails on this - does that affect performance? -Original Message- From: Jim Mercer [mailto:j...@reptiles.org] Sent: Wednesday, May 01, 2013 2:20 PM To: Benjamin Krajmalnik Cc: pgsql-admin@postgresql.org Subject: Re: [ADMIN] Installing multiple

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-01 Thread Jim Mercer
On Wed, May 01, 2013 at 01:58:21PM -0600, Benjamin Krajmalnik wrote: > I would like to install PG 9.2 on the same server and use Slony to > replicate the databases, and once everything is up take the 9.0 cluster > down. allocate a new ip to the server. reconfigure/restart 9.0 to listen on the main

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-01 Thread Benjamin Krajmalnik
: Benjamin Krajmalnik Cc: pgsql-admin@postgresql.org Subject: Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server On Wed, May 01, 2013 at 01:58:21PM -0600, Benjamin Krajmalnik wrote: > I need to migrate a production database from Postgres 9.0 to Postgres > 9.2. > > Run

Re: [ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-01 Thread k...@rice.edu
On Wed, May 01, 2013 at 01:58:21PM -0600, Benjamin Krajmalnik wrote: > I need to migrate a production database from Postgres 9.0 to Postgres > 9.2. > > Running FreeBSD 8.1/amd64, and presently running Postgres 9.0.4. > > Due to the nature of the application, I cannot have any considerable > downt

[ADMIN] Installing multiple instances of Postgred on one FreeBSD server

2013-05-01 Thread Benjamin Krajmalnik
I need to migrate a production database from Postgres 9.0 to Postgres 9.2. Running FreeBSD 8.1/amd64, and presently running Postgres 9.0.4. Due to the nature of the application, I cannot have any considerable downtime, so the pg_dump and install new version route is not an option. I would like t

Re: [ADMIN] Installing Postgres without the postgres user and group on Linux?

2013-01-23 Thread Plugge, Joe R.
: Re: [ADMIN] Installing Postgres without the postgres user and group on Linux? "Plugge, Joe R." writes: > Understood, but I thought that the install routine (in this case compiled > from source on RHEL 6) will create the local user and group named postgres > and chown the c

Re: [ADMIN] Installing Postgres without the postgres user and group on Linux?

2013-01-23 Thread Tom Lane
"Plugge, Joe R." writes: > Understood, but I thought that the install routine (in this case compiled > from source on RHEL 6) will create the local user and group named postgres > and chown the config and data dirs to that The unmodified Postgres sources will certainly do no such thing.

Re: [ADMIN] Installing Postgres without the postgres user and group on Linux?

2013-01-23 Thread Plugge, Joe R.
postgres 4096 Jan 18 10:51 global -Original Message- From: Tom Lane [mailto:t...@sss.pgh.pa.us] Sent: Wednesday, January 23, 2013 10:29 AM To: Plugge, Joe R. Cc: pgsql-admin@postgresql.org Subject: Re: [ADMIN] Installing Postgres without the postgres user and group on Linux? "Plugge,

Re: [ADMIN] Installing Postgres without the postgres user and group on Linux?

2013-01-23 Thread Tom Lane
"Plugge, Joe R." writes: > Is it possible to install and then subsequently run the postgres engine on > Linux without creating the postgres user and group? We have some folks > implementing LDAP that are resistant to creating a postgres account and group > and would rather create machine speci

Re: [ADMIN] Installing Postgres without the postgres user and group on Linux?

2013-01-23 Thread Zdeněk Bělehrádek
> Is it possible to install and then subsequently run the postgres engine on > Linux without creating the postgres user and group? We have some folks > implementing LDAP that are resistant to creating a postgres account and > group and would rather create machine specific accounts (like one does f

[ADMIN] Installing Postgres without the postgres user and group on Linux?

2013-01-23 Thread Plugge, Joe R.
Is it possible to install and then subsequently run the postgres engine on Linux without creating the postgres user and group? We have some folks implementing LDAP that are resistant to creating a postgres account and group and would rather create machine specific accounts (like one does for Wi

Re: [ADMIN] Installing PostgreSQL Yum Repository

2012-08-19 Thread Devrim GÜNDÜZ
Hi, On Sat, 2012-08-18 at 10:25 -0700, Jonathan Pool wrote: > I am trying to follow the instructions on > http://www.postgresql.org/download/linux/redhat/ for installing the > PostgreSQL Yum Repository (on RHEL 5). > > So I downloaded pgdg-redhat-9.1-4.noarch.rpm into a directory from > http://y

Re: [ADMIN] Installing PostgreSQL Yum Repository

2012-08-18 Thread Jonathan Pool
>> So I downloaded pgdg-redhat-9.1-4.noarch.rpm into a directory from >> http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-redhat-9.1-4.noarch.rpm. >> >> Then I tried to install it with: >> >> rpm -i >> http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-redhat-9.1-4.noarch.rpm > > F

Re: [ADMIN] Installing PostgreSQL Yum Repository

2012-08-18 Thread Craig Ringer
On 08/19/2012 01:25 AM, Jonathan Pool wrote: I am trying to follow the instructions on http://www.postgresql.org/download/linux/redhat/ for installing the PostgreSQL Yum Repository (on RHEL 5). So I downloaded pgdg-redhat-9.1-4.noarch.rpm into a directory from http://yum.postgresql.org/9.1/re

[ADMIN] Installing PostgreSQL Yum Repository

2012-08-18 Thread Jonathan Pool
I am trying to follow the instructions on http://www.postgresql.org/download/linux/redhat/ for installing the PostgreSQL Yum Repository (on RHEL 5). So I downloaded pgdg-redhat-9.1-4.noarch.rpm into a directory from http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-redhat-9.1-4.noarch.rpm

Re: [ADMIN] installing Postgres 8.3 msi getting `Error` = 2888

2010-08-22 Thread Kenichiro Tanaka
Hello. I can't promise to work around the error,but have some ideas. 1)If you installing from a network share , try installing with the install file local. 2)Do you have an Anti-Virus running on your machine? Try stopping Anti Virus before launching the installer. 3)Try changing the defau

[ADMIN] installing Postgres 8.3 msi getting `Error` = 2888

2010-08-17 Thread emmanuel clark
hi I'm trying to install Postgres 8.3 msi. On the 3rd page ie. Initialize database cluster. when we click "Next" button, the page hangs. On the log file. the following error displays. Can anyone please tell me what to do. Action ended 17:28:56: CostFinalize. Return value 1. MSI (c) (4C:38) [17:2

Re: [ADMIN] Installing PostgreSQL

2010-06-02 Thread Scott Marlowe
On Tue, Jun 1, 2010 at 10:01 AM, Daniel, Clyde D (Derrick) wrote: > > Good Afternoon, > > > >     I am trying to install PostgreSQL on my desktop and it is > asking for a password.  Everything I type in is not working . Try a really complex password like: azxygrh123DF$%yhn etc. nu

[ADMIN] Installing PostgreSQL

2010-06-02 Thread Daniel, Clyde D (Derrick)
Good Afternoon, I am trying to install PostgreSQL on my desktop and it is asking for a password. Everything I type in is not working it gives me this error: Any help would be greatly appreciated. Thanks <>

Re: [ADMIN] Installing Postgresql on Debian (-E parameter question)

2009-07-10 Thread Dimitri Fontaine
Please keep the list in Copy. Le 9 juil. 09 à 23:09, Panos Katergiathis a écrit : Thank you for all this information. Please allow me one more question. How can one detect the -E parameter that was used at the "initdb" stage? That will match the encoding of template0, template1 and postgres

Re: [ADMIN] Installing Postgresql on Debian (-E parameter question)

2009-07-09 Thread Dimitri Fontaine
Hi, Le 9 juil. 09 à 20:57, Panos Katergiathis a écrit : a) Is it still essential to pass the -E proper parameter at the stage of 'initdb' in order to support various encodings fully? Yes. b) If so, how does one pass this parameter when installing from a standard *.deb package (or *.rpm, fo

[ADMIN] Installing Postgresql on Debian (-E parameter question)

2009-07-09 Thread Panos Katergiathis
Hello In the past (a few years ago) i was always compiling Postgresql from source. I remember that during the first initdb i was passing a -E parameter to control the cluster's default encoding, which used to influence search results and so on. Now, i need to use Postgresql again, on Debian mac

Re: [ADMIN] installing without shell access

2008-11-10 Thread Tino Schwarze
On Mon, Nov 10, 2008 at 10:54:57AM -0700, Scott Marlowe wrote: > > Is it at all possible to get pgsql installed on a system without access to a > > shell? A friend is wanting me to install a particular bulletin board system > > on her website; however, her hosting plan only provides the MySQL dat

Re: [ADMIN] installing without shell access

2008-11-10 Thread Scott Marlowe
You do NOT have to have root priviledges. I've built postgresql more than once without it and made it work. What you do need is to install it to your local home directory where the apache user has priviledges and set LD_LIBRARY_PATH (or whatever it's called, it has been a while) and you're golden

Re: [ADMIN] installing without shell access

2008-11-10 Thread Aras Angelo
gmake install requires root privileges. It wont install with regular httpd user (apache, nobody etc.) on a php-shell script or php system command functions. On Mon, Nov 10, 2008 at 10:08 AM, Thomas Pundt <[EMAIL PROTECTED]> wrote: > Scott Marlowe schrieb: > >> On Mon, Nov 10, 2008 at 8:50 AM, Da

Re: [ADMIN] installing without shell access

2008-11-10 Thread Thomas Pundt
Scott Marlowe schrieb: On Mon, Nov 10, 2008 at 8:50 AM, Dana Holland <[EMAIL PROTECTED]> wrote: Is it at all possible to get pgsql installed on a system without access to a shell? A friend is wanting me to install a particular bulletin board system on her website; however, her hosting plan only

Re: [ADMIN] installing without shell access

2008-11-10 Thread Scott Marlowe
On Mon, Nov 10, 2008 at 8:50 AM, Dana Holland <[EMAIL PROTECTED]> wrote: > Is it at all possible to get pgsql installed on a system without access to a > shell? A friend is wanting me to install a particular bulletin board system > on her website; however, her hosting plan only provides the MySQL

Re: [ADMIN] installing without shell access

2008-11-10 Thread Tino Schwarze
On Mon, Nov 10, 2008 at 09:50:09AM -0600, Dana Holland wrote: > Is it at all possible to get pgsql installed on a system without access > to a shell? A friend is wanting me to install a particular bulletin > board system on her website; however, her hosting plan only provides the > MySQL databa

[ADMIN] installing without shell access

2008-11-10 Thread Dana Holland
Is it at all possible to get pgsql installed on a system without access to a shell? A friend is wanting me to install a particular bulletin board system on her website; however, her hosting plan only provides the MySQL database - the bulletin board requires pgsql. And her hosting plan has no

Re: [ADMIN] Installing PostGre SQL

2008-10-07 Thread Vishal Arora
, 7 Oct 2008 13:03:07 +0200From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [ADMIN] Installing PostGre SQL Hi I am trying to run the PostGreSQL install and when I enter the username and password postgres and postgres2008 as stated in the install manual, the installation does not complete and it says

[ADMIN] Installing PostGre SQL

2008-10-07 Thread Prestige Makanga
Hi I am trying to run the PostGreSQL install and when I enter the username and password postgres and postgres2008 as stated in the install manual, the installation does not complete and it says that the password is weak/username does not exist. May you please assist with the install. Regards --

Re: [ADMIN] Installing PostgreSQL 8.3.3. on Vista

2008-08-29 Thread Brandon Dybala
Steve, That did it. Thanks! Brandon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Holdoway Sent: Thursday, August 28, 2008 4:45 PM To: pgsql-admin@postgresql.org Subject: Re: [ADMIN] Installing PostgreSQL 8.3.3. on Vista Looks like the

Re: [ADMIN] Installing PostgreSQL 8.3.3. on Vista

2008-08-28 Thread Steve Holdoway
Looks like the relevant Visual C runtime library ( VC80.CRT 32 bit ) needs installing first... Steve On Thu, 28 Aug 2008 09:42:54 -0500 "Brandon Dybala" <[EMAIL PROTECTED]> wrote: > I tried installing PostgreSQL 8.3.3 on Vista Business, and initdb failed > to start during the installer. I'd re

[ADMIN] Installing PostgreSQL 8.3.3. on Vista

2008-08-28 Thread Brandon Dybala
I tried installing PostgreSQL 8.3.3 on Vista Business, and initdb failed to start during the installer. I'd really like to make this install as automatic as possible since I'm installing PostgreSQL as part of my application installer process. It would be best if the user does not have to deal wit

Re: [ADMIN] Installing PostgreSQL as Admin

2007-10-30 Thread Alvaro Herrera
Nandakumar Tantry wrote: > Does any-ne know how to install PostgreSQL with > Administrator account? If not how will I do it? Any documentation > available? You can't. -- Alvaro Herrera Valdivia, Chile ICBM: S 39º 49' 18.1", W 73º 13' 56.4" "Puedes elegir el color de tu aut

Re: [ADMIN] Installing PostgreSQL as Admin

2007-10-30 Thread Chris Browne
[EMAIL PROTECTED] ("Nandakumar Tantry") writes: >     Does any-ne know how to install PostgreSQL with > Administrator account? If not how will I do it? Any documentation > available?:p> I believe there is documentation on this matter here: http://pginstaller.projects.postgresql.org/faq/

Re: [ADMIN] Installing PostgreSQL as Admin

2007-10-30 Thread Kevin Grittner
>>> On Tue, Oct 30, 2007 at 7:57 AM, in message <[EMAIL PROTECTED]>, "Nandakumar Tantry" <[EMAIL PROTECTED]> wrote: > Does any-ne know how to install PostgreSQL with > Administrator account? If not how will I do it? That is a very bad idea from a security standpoint, which is why

[ADMIN] Installing PostgreSQL as Admin

2007-10-30 Thread Nandakumar Tantry
Hello All, Does any-ne know how to install PostgreSQL with Administrator account? If not how will I do it? Any documentation available? Thanks in advance Nandakumar

Re: [ADMIN] Installing postgreSQL

2007-10-08 Thread Scott Marlowe
On 10/8/07, Malm Paul <[EMAIL PROTECTED]> wrote: > > Hi, > I'm trying to install PostgreSQL 8.2.5 on a WIN XP computor. > I have removed the path to cygwin, but It will still not be installed. > > The error I'm getting is: > > Your local 'Administrators' group contains 'Interactive users' > This is

[ADMIN] Installing postgreSQL

2007-10-08 Thread Malm Paul
Hi, I'm trying to install PostgreSQL 8.2.5 on a WIN XP computor. I have removed the path to cygwin, but It will still not be installed. The error I'm getting is: Your local 'Administrators' group contains 'Interactive users' This is a common configuration error that causes sequrity issues.For t

[ADMIN] Installing a Chained SSL Certificate

2007-10-05 Thread Craig McElroy
Is it possible to use a chained commercial SSL certificate, such as from GoDaddy, with 8.2? It works, but needs to be added to the keystore of the JVM when connecting from a JDBC based client. --- Craig A. McElroy Contegix Beyond Managed Hosting(r) for Your Enterprise

Re: [ADMIN] Installing PostgreSQL admin package

2007-09-13 Thread Shane Ambler
Ashish Karalkar wrote: Hello list, can anybody please point me to phpPgAdmin windows installation package? Thanks in advance With regards Ashish... I don't think there is a specific windows installer. phpPgAdmin is a web based admin gui, you will need to have a web server running on the wi

Re: [ADMIN] Installing PostgreSQL admin package

2007-09-13 Thread Josh Trutwin
On Thu, 13 Sep 2007 18:27:54 +0530 "Ashish Karalkar" <[EMAIL PROTECTED]> wrote: > Hello list, > > can anybody please point me to phpPgAdmin windows installation > package? http://phppgadmin.sourceforge.net/?page=download download the .zip Assuming you have a Windows web server. phpPgAdmin is

[ADMIN] Installing PostgreSQL admin package

2007-09-13 Thread Ashish Karalkar
Hello list, can anybody please point me to phpPgAdmin windows installation package? Thanks in advance With regards Ashish...

Re: [ADMIN] Installing Postgres

2007-08-24 Thread Medi Montaseri
uc.edu > > > -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 23, 2007 1:42 PM > To: Campbell, Lance > Cc: pgsql-admin@postgresql.org > Subject: Re: [ADMIN] Installing Postgres > > "Campbell, Lance" <[EMAIL PRO

Re: [ADMIN] Installing Postgres

2007-08-23 Thread Campbell, Lance
23, 2007 11:22 AM To: pgsql-admin@postgresql.org Subject: [ADMIN] Installing Postgres OS: redhat linux Version of PostgreSQL: 8.2.4 I had a group that now manages our server set up a directory/partition for us to put postgreSQL into. The directory is called pgsql_data. The directory is

Re: [ADMIN] Installing Postgres

2007-08-23 Thread Campbell, Lance
@postgresql.org Subject: Re: [ADMIN] Installing Postgres "Campbell, Lance" <[EMAIL PROTECTED]> writes: > The solution, based on emails I have received, is to install PostgreSQL > into a subdirectory called "data". I then move the contents of "data" >

Re: [ADMIN] Installing Postgres

2007-08-23 Thread Tom Lane
"Campbell, Lance" <[EMAIL PROTECTED]> writes: > The solution, based on emails I have received, is to install PostgreSQL > into a subdirectory called "data". I then move the contents of "data" > back a directory. This way I am able to have the files in the directory > I want them in. Even though

Re: [ADMIN] Installing Postgres

2007-08-23 Thread Tom Lane
"Joshua D. Drake" <[EMAIL PROTECTED]> writes: > Campbell, Lance wrote: >> As I stated in my original email I know I can install the database in a >> subdirectory of /abc/def/pgsql_data. I know that. > You can not install into a mount point. That is your problem. That is > what the lost+found is t

Re: [ADMIN] Installing Postgres

2007-08-23 Thread Joshua D. Drake
; Sent: Thursday, August 23, 2007 12:10 PM > To: Campbell, Lance > Cc: pgsql-admin@postgresql.org > Subject: Re: [ADMIN] Installing Postgres > > Campbell, Lance wrote: >> Command I use to initialize the database with: > >> /usr/bin/initdb -D /abc/def/pgsql_data > >

Re: [ADMIN] Installing Postgres

2007-08-23 Thread Campbell, Lance
: Thursday, August 23, 2007 12:10 PM To: Campbell, Lance Cc: pgsql-admin@postgresql.org Subject: Re: [ADMIN] Installing Postgres -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Campbell, Lance wrote: > Command I use to initialize the database with: > > /usr/bin/initdb -D /abc/def/pgsql_data >

Re: [ADMIN] Installing Postgres

2007-08-23 Thread Joshua D. Drake
rvices.uiuc.edu > > > -Original Message- > From: Joshua D. Drake [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 23, 2007 11:59 AM > To: Campbell, Lance > Cc: pgsql-admin@postgresql.org > Subject: Re: [ADMIN] Installing Postgres > > Campbell, Lance wrote:

Re: [ADMIN] Installing Postgres

2007-08-23 Thread Campbell, Lance
MAIL PROTECTED] Sent: Thursday, August 23, 2007 11:59 AM To: Campbell, Lance Cc: pgsql-admin@postgresql.org Subject: Re: [ADMIN] Installing Postgres -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Campbell, Lance wrote: > This is not an ownership issue. It does try to install PostgreSQL. It &g

Re: [ADMIN] Installing Postgres

2007-08-23 Thread Joshua D. Drake
re Architect > Web Services at Public Affairs > University of Illinois > 217.333.0382 > http://webservices.uiuc.edu > > > -Original Message- > From: Joshua D. Drake [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 23, 2007 11:48 AM > To: Campbell,

Re: [ADMIN] Installing Postgres

2007-08-23 Thread Campbell, Lance
: Campbell, Lance Cc: pgsql-admin@postgresql.org Subject: Re: [ADMIN] Installing Postgres -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Campbell, Lance wrote: > OS: redhat linux > > Version of PostgreSQL: 8.2.4 > > > > I had a group that now manages our server set up a dire

Re: [ADMIN] Installing Postgres

2007-08-23 Thread Joshua D. Drake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Campbell, Lance wrote: > OS: redhat linux > > Version of PostgreSQL: 8.2.4 > > > > I had a group that now manages our server set up a directory/partition > for us to put postgreSQL into. The directory is called pgsql_data. The > directory is mor

[ADMIN] Installing Postgres

2007-08-23 Thread Campbell, Lance
OS: redhat linux Version of PostgreSQL: 8.2.4 I had a group that now manages our server set up a directory/partition for us to put postgreSQL into. The directory is called pgsql_data. The directory is more than a regular directory. It contains a subdirectory called "lost+found". I would as

Re: [ADMIN] Installing PgAdmin package on Linux

2007-07-24 Thread Vishal Arora
am not on linux system these days or else I could have tried and told you. - Vishal From: "Ashish Karalkar" <[EMAIL PROTECTED]> To: Subject: [ADMIN] Installing PgAdmin package on Linux Date: Tue, 24 Jul 2007 11:54:33 +0530 Hello All, I am having PostgreSQL server 8.2.0 running

[ADMIN] Installing PgAdmin package on Linux

2007-07-23 Thread Ashish Karalkar
Hello All, I am having PostgreSQL server 8.2.0 running on Redhat Linux . I want to install PgAdmin GUI on the Linux Server. can anybody please guide me to the appropriate documantation and the prerequisite required for the same . Thanks In Adavnce With Reagrds Ashish...

[ADMIN] Installing Postgresql on Windows

2007-04-12 Thread Pankaj
Hello, I am using Windows 2000 Professional and I am trying to install Postgresql 8.2.3. I have created a restricted user under Windows called Postgres8.2.3. When I try to use the Postgresql Installation Wizard, at the Service Configuration step, when I have to enter info like Account name, dom

Re: [ADMIN] Installing with libs of postgresql-libs

2007-03-12 Thread Scott Marlowe
On Mon, 2007-03-12 at 14:54, [EMAIL PROTECTED] wrote: > Hi list, > > Could someone tell me what libs are packed in the rpm > below ? > postgresql-libs-8.2.3-1PGDG.i686.rpm > > We are concerned about the problem of compatibility with > Oracle and we prefer to check all the libs to not put the >

[ADMIN] Installing with libs of postgresql-libs

2007-03-12 Thread ezequias
Hi list, Could someone tell me what libs are packed in the rpm below ? postgresql-libs-8.2.3-1PGDG.i686.rpm We are concerned about the problem of compatibility with Oracle and we prefer to check all the libs to not put the Oracle system down. I think it is just a metter of rpm -qa postgre

Re: [ADMIN] Installing postgres now. What is a good shareware admin

2006-12-09 Thread [EMAIL PROTECTED]
Under windows pgAdmin works very well. If you install in under Linux I recommends you phpPgAdmin that is a wphp web application accessible from everywhere depending sour server accesses Olivier Shoaib Mir a écrit : Windows installer has pgAdmin bundled in, which can serve as a very easy to u

Re: [ADMIN] Installing postgres now. What is a good shareware admin program?

2006-12-09 Thread Shoaib Mir
Windows installer has pgAdmin bundled in, which can serve as a very easy to use database administration software. Thanks, -- Shoaib Mir EnterpriseDB (www.enterprisedb.com) On 12/10/06, Philippe Salama <[EMAIL PROTECTED]> wrote: Thanks for install link. Can anyone recommend a good free

[ADMIN] Installing postgres now. What is a good shareware admin program?

2006-12-09 Thread Philippe Salama
Thanks for install link. Can anyone recommend a good freeware admin program for posgresql. Thanks! Anyone use navicat (which is not free i know). Any opinions? Thanks! Shoaib Mir <[EMAIL PROTECTED]> wrote: You can get that from here --> http://wwwmaster.postgresql.org/download/mirrors-ftp?file

Re: [ADMIN] Installing Postgres 8.1 as a service pn Windows only

2006-09-19 Thread Magnus Hagander
> Hi folks, > > how can i install Postgres 8.1 on a WinXP client as service only ? > The server is running on another machine. If i install with the msi > without the database, but the interfaces and start the service, the > service answers in the system event list "Service is startet and > ended

[ADMIN] Installing Postgres 8.1 as a service pn Windows only

2006-09-18 Thread Josef Springer
Title: Signature Hi folks, how can i install Postgres 8.1 on a WinXP client as service only ? The server is running on another machine. If i install with the msi without the database, but the interfaces and start the service, the service answers in the system event list "Service is startet and

Re: [ADMIN] Installing Postgres 8.1.4 on Linux RedHat

2006-08-16 Thread Amit Phatarphekar
:03 PM To: Amit Phatarphekar Cc: pgsql-admin@postgresql.org Subject: Re: [ADMIN] Installing Postgres 8.1.4 on Linux RedHat Hello, On Tue, 2006-08-15 at 11:07 -0700, Amit Phatarphekar wrote: > I can't download anything from > http://www.postgresql.org/ftp/binary/v8.1.4/linux/rpms/redha

Re: [ADMIN] Installing Postgres 8.1.4 on Linux RedHat

2006-08-15 Thread Devrim GUNDUZ
Hello, On Tue, 2006-08-15 at 11:07 -0700, Amit Phatarphekar wrote: > I can't download anything from > http://www.postgresql.org/ftp/binary/v8.1.4/linux/rpms/redhat/rhel-es-4/, > because when I go to any of the mirror sites, it just doesn't workand all > I see is some unfinished html page. M

Re: [ADMIN] Installing Postgres 8.1.4 on Linux RedHat

2006-08-15 Thread imad
Amit, I can replicate the problem. Check if you have any plugins installed for your browser like real player etc. --Imad On 8/15/06, Andy Shellam <[EMAIL PROTECTED]> wrote: The links work for me (downloading from australia 2.) Are you using a proxy server? I do at times from work, and the P

Re: [ADMIN] Installing Postgres 8.1.4 on Linux RedHat

2006-08-15 Thread imad
Amit, Installation is quite simple and straight forward. Since you will be installing binary on redhat, you will need to work with Redhat Package Manager (RPM). Just issue the command as a root user: rpm -i This will install the specific postgresql package which you have downloaded. To start

Re: [ADMIN] Installing Postgres 8.1.4 on Linux RedHat

2006-08-15 Thread Andy Shellam
The links work for me (downloading from australia 2.) Are you using a proxy server? I do at times from work, and the PG mirrors don't seem to like proxies - or my proxy doesn't like the PG mirrors which is probably closer to the point :P (the proxy server always reports an error contacting t

[ADMIN] Installing Postgres 8.1.4 on Linux RedHat

2006-08-15 Thread Amit Phatarphekar
I'm trying to install Postgres 8.1.4 server on our CentOS distribution of RedHat Linux environment.   I have 2 choices 1. Build it ground up from the source code (from http://www.postgresql.org/ftp/source/v8.1.4/) 2. Using binaries (from http://www.postgresql.org/ftp/binary/v8.1.4/linux/rp

Re: [ADMIN] installing on user account

2006-08-04 Thread Rodolfo Borges
I installed postgresql on my account, and now it works ok. Thanks again. On 8/4/06, Rodolfo Borges <[EMAIL PROTECTED]> wrote: On 8/4/06, Peter Eisentraut <[EMAIL PROTECTED]> wrote: > Am Freitag, 4. August 2006 17:57 schrieb Rodolfo Borges: > > $psql -U jabberd2 jabberd2 > > psql: FATAL: IDENT a

Re: [ADMIN] installing on user account

2006-08-04 Thread Rodolfo Borges
On 8/4/06, Peter Eisentraut <[EMAIL PROTECTED]> wrote: Am Freitag, 4. August 2006 17:57 schrieb Rodolfo Borges: > $psql -U jabberd2 jabberd2 > psql: FATAL: IDENT authentication failed for user "jabberd2" You need to read up on configuring the client authentication. If you don't have root acces

Re: [ADMIN] installing on user account

2006-08-04 Thread Peter Eisentraut
Am Freitag, 4. August 2006 17:57 schrieb Rodolfo Borges: > $psql -U jabberd2 jabberd2 > psql: FATAL: IDENT authentication failed for user "jabberd2" You need to read up on configuring the client authentication. If you don't have root access, ident is probably not a good choice. In particular .

[ADMIN] installing on user account

2006-08-04 Thread Rodolfo Borges
I don't have root access here at work, and I wanted to run a jabber server to communicate with other folks here. I choose PostgreSQL as db backend. It is already installed, but it's not starting on boot. I don't have the password for the postgres user, so I'm running the postmaster daemon as my o

[ADMIN] Installing my PostgreSQL client

2006-02-28 Thread richard . hardgrave
Hello, We use the PostgreSQL ODBC to track our released software. We have several Windows (XP, 2000) desktops and laptops with the PostgreSQL clients. I have tried, several times, to install the client on my Windows XP laptop without success. The process I have used is the same one tha

[ADMIN] Installing my PostgreSQL client

2006-02-21 Thread richard . hardgrave
Hello, We use the PostgreSQL ODBC to track our released software. We have several Windows (XP, 2000) desktops and laptops with the PostgreSQL clients. I have tried, several times, to install the client on my Windows XP laptop without success. The process I have used is the same one th

Re: [ADMIN] installing postgres on solaris

2005-07-06 Thread Michael Fuhr
[Please copy the mailing list on replies so others can contribute to and learn from the discussion.] On Wed, Jul 06, 2005 at 08:40:10PM -0500, Mogin Mohandas wrote: > No..Im just downloading it from the website. So its from source. The > install 'read only' talks about the 'su' command which made

Re: [ADMIN] installing postgres on solaris

2005-07-06 Thread Jonathan Daugherty
# > I am experiencing some problems installing postgresql on solaris # > machine. First of all , is it required that I be root at the time of # > configuring it because the commands seem to be for root. How do I # > configure if I am not the root. # # You typically do not need to be root to i

Re: [ADMIN] installing postgres on solaris

2005-07-06 Thread Michael Fuhr
On Wed, Jul 06, 2005 at 08:08:17PM -0500, Mogin Mohandas wrote: > I am experiencing some problems installing postgresql on solaris > machine. First of all , is it required that I be root at the time of > configuring it because the commands seem to be for root. How do I > configure if I am not

Re: [ADMIN] installing postgres on solaris

2005-07-06 Thread Joshua D. Drake
Mogin Mohandas wrote: Hi, I am experiencing some problems installing postgresql on solaris machine. First of all , is it required that I be root at the time of configuring it because the commands seem to be for root. How do I configure if I am not the root. You typically do not need to b

[ADMIN] installing postgres on solaris

2005-07-06 Thread Mogin Mohandas
Hi, I am experiencing some problems installing postgresql on solaris machine. First of all , is it required that I be root at the time of configuring it because the commands seem to be for root. How do I configure if I am not the root. Thank you Mogin ---(en

Re: [ADMIN] Installing PostGres

2005-04-23 Thread Geoffrey
Nikhil Pant wrote: Could you tell me whether Novell supports postgres 8.0? Could you tell me the procedure if it does? SuSE 9.3 Professional comes with Postgresql 8.0.1, so I would suspect they do support it. I'm not sure what version comes with their higher end (server) products. Here's a link

[ADMIN] Installing PostGres

2005-04-22 Thread Nikhil Pant
Title: Installing PostGres Could you tell me whether Novell supports postgres 8.0? Could you tell me the procedure if it does? DISCLAIMER and CONFIDENTIALITY CAUTION: This e-mail and any attached files are confidential, proprietary, and may also be legally privileged information, and ar

Re: [ADMIN] Installing 8 using a different drive for data

2005-02-10 Thread Scott Marlowe
On Thu, 2005-02-10 at 14:32, Joel Fradkin wrote: > I tried changing the directory in postgres.conf, but it is looking for a > PG_VERSION? > Do I need to do a dbinti or something? > I only want my data to be in the pgdata drive I want the rest in > /var/lib/pgsql/data > I actually want my wal in /wa

[ADMIN] Installing 8 using a different drive for data

2005-02-10 Thread Joel Fradkin
I tried changing the directory in postgres.conf, but it is looking for a PG_VERSION? Do I need to do a dbinti or something? I only want my data to be in the pgdata drive I want the rest in /var/lib/pgsql/data I actually want my wal in /wal (a different drive as well). I have the instructions 0) ba

Re: [ADMIN] Installing Multiple Versions

2005-02-04 Thread Tom Lane
"Rod MacNeil" <[EMAIL PROTECTED]> writes: > I have a need to install multiple versions on my linux box (7.1.2 & 7.4.x on > FC3). Both will be installed from source. I know that they will need separate > install and data directories and use sepearate ports. My question is about > the libraries. I

[ADMIN] Installing Multiple Versions

2005-02-03 Thread Rod MacNeil
I have a need to install multiple versions on my linux box (7.1.2 & 7.4.x on FC3). Both will be installed from source. I know that they will need separate install and data directories and use sepearate ports. My question is about the libraries. I usually put their location in ld.so.conf. Do both

  1   2   3   >