Re: [pgadmin-support] Need some urgent help.

2002-05-27 Thread Dave Page
Title: Message   -Original Message-From: Naveen Kaul [mailto:[EMAIL PROTECTED]] Sent: 27 May 2002 11:10To: Dave Page; [EMAIL PROTECTED]Subject: Re: [pgadmin-support] Need some urgent help. Hi Dave,   I have a problem with postgres. One of my table hold about

Re: [pgadmin-support] Need some urgent help.

2002-05-27 Thread Naveen Kaul
Title: Message Hi Dave,   I have a problem with postgres. One of my table hold about 65,000 records. If I use the simple select * on this table, the pgadmin tool hangs and the postgres throws up the following exception.   "NOTICE:  Message from PostgreSQL backend:    The Postmaster has

Re: [pgadmin-support] Need some urgent help.

2002-04-12 Thread Jean-Michel POURE
Le Vendredi 12 Avril 2002 13:27, vous avez écrit : > How can this be done? We are working on deadline and would appreciate your > help. PostgreSQL offers several server-side languages including plpgsql, plperl, plpython, etc... IMHO, the easiert language to learn is plpgsql. Information can be

Re: [pgadmin-support] Need some urgent help.

2002-04-12 Thread Dave Page
Title: Message Hi,   Stored procedures must be ported manually into the procedural language of your choice. You can use pgAdmin to make this easier than typing SQL directly into a shell, but you will still have to do the hard part I'm afraid.   Regards, Dave.   -Original Message-Fro