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
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)
>
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
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
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.
> > >
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
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
>
: 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
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
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
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
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
: 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
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
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?
"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
"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.
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,
"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
> 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
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
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
>> 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
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
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
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
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
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
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
<>
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
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
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
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
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
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
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
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
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
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
, 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
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
--
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
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
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
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
[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/
>>> 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
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
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
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
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
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
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
Hello list,
can anybody please point me to phpPgAdmin windows installation package?
Thanks in advance
With regards
Ashish...
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
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
@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"
>
"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
"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
; 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
>
>
: 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
>
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:
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 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,
: 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
-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
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
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
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...
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
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
>
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
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
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
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
> 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
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
: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
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
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
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
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
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
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
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
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 .
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
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
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
[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
# > 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
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
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
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
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
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
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
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
"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
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 - 100 of 202 matches
Mail list logo