Re: [PERFORM] [GENERAL] ERROR: out of shared memory

2007-03-27 Thread Tom Lane
"Sorin N. Ciolofan" <[EMAIL PROTECTED]> writes: > It seems that the legacy application creates tables dynamically and the > number of the created tables depends on the size of the input of the > application. For the specific input which generated that error I've > estimated a number of created tabl

Re: [PERFORM] [GENERAL] ERROR: out of shared memory

2007-03-27 Thread Merlin Moncure
On 3/26/07, Tom Lane <[EMAIL PROTECTED]> wrote: "Sorin N. Ciolofan" <[EMAIL PROTECTED]> writes: >I have to manage an application written in java which call another module > written in java which uses Postgre DBMS in a Linux environment. I'm new to > Postgres. The problem is that for large amo

Re: [PERFORM] [GENERAL] ERROR: out of shared memory

2007-03-26 Thread Tom Lane
"Sorin N. Ciolofan" <[EMAIL PROTECTED]> writes: >I have to manage an application written in java which call another module > written in java which uses Postgre DBMS in a Linux environment. I'm new to > Postgres. The problem is that for large amounts of data the application > throws an: > org.p