Re: [BUGS] Hi

2010-01-20 Thread Kevin Grittner
beulah prasanthi wrote: > Can i insert all the data into all the tables(multiple tables) with > a single trip to the database,by creating rules/triggers This is not a bug. Please repost to another list; perhaps pgsql-general. When you re-post, you may want to provide more detail about the p

Re: [BUGS] Hi

2005-11-28 Thread Jim C. Nasby
Sounds like it's an issue with your PATH. On Sat, Nov 26, 2005 at 03:07:13PM +0530, Kishore Negi wrote: > > > Hi All, > > I have a scenario where I have to uninstall PostgreSQL 7.0 (Default > with Suse 10.0) & need to install PostgreSQL8.0.4 on Suse10.0. > > Can anyone help in this ? > > I h

Re: [BUGS] Hi

2004-11-23 Thread Harald Armin Massa
Siva, yes, this ist the correct version. Regards, Harald On Mon, 22 Nov 2004 19:47:55 +0530, Siva Ganesh <[EMAIL PROTECTED]> wrote: > Hi > > I wanted to involve in Postgres beta testing. I want to the test the Windows > Beta version. > > I have downloaded the below > > ftp://ftp4.ar.postgre

Re: [BUGS] hi-problem in creating database in postgresql 7.2.2

2002-11-06 Thread Peter Eisentraut
Jord Tanner writes: > PostgreSQL running under Cygwin does not operate with Unix sockets. Sure it does. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscri

Re: [BUGS] hi-problem in creating database in postgresql 7.2.2

2002-11-01 Thread Jord Tanner
PostgreSQL running under Cygwin does not operate with Unix sockets. You need to start the postmaster with TCP/IP sockets. Simply edit your "postgresql.conf" file (it should be in your postgres data directory) and add the line "tcpip_socket = true", and restart your postmaster. All your postgres com

Re: [BUGS] hi-problem while installing postgressql 7.2 version

2002-11-01 Thread saurabh garg
PROTECTED] Subject: Re: [BUGS] hi-problem while installing postgressql 7.2 version On Wed, 30 Oct 2002, saurabh garg wrote: > while Creating a database cluster postgressql it just hangs. i'm using > these command on cygwin. i gave the command > ./configure > make > make inst

Re: [BUGS] hi-problem while installing postgressql 7.2 version

2002-10-31 Thread Stephan Szabo
On Thu, 31 Oct 2002, saurabh garg wrote: > HI > thanx, it's true. now this step is clear, but again in the next step > postmaster it's giving problem. when i give pg_ctl -D ..., its giving > the listed below prblem. can u help me please. > > thanx in advance once again. > > > > santosh ku

Re: [BUGS] hi-problem while installing postgressql 7.2 version

2002-10-30 Thread Stephan Szabo
On Wed, 30 Oct 2002, saurabh garg wrote: > while Creating a database cluster postgressql it just hangs. i'm using > these command on cygwin. i gave the command > ./configure > make > make install > make install-all-headers > all above are sucessful. after that i set the environmental path in >