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
ssage-From: Naveen Kaul [mailto:[EMAIL PROTECTED]] Sent: 12 April 2002 12:27To: [EMAIL PROTECTED]Subject: [pgadmin-support] Need some urgent help. Hi there,   We plan to use PgAdmin tool for connecting to the ProsgreSQL. Our problem is that we have our development environment set in MS

[pgadmin-support] Need some urgent help.

2002-04-12 Thread Naveen Kaul
Hi there,   We plan to use PgAdmin tool for connecting to the ProsgreSQL. Our problem is that we have our development environment set in MS SQL 7/2000. We migrated the tables and database structure successfully, but are not in a position to migrate the Stored Procs.   How can this be done?