| From: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> |
|---|---|
| To: | Cha Yang <chay(at)stopware(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: tables filled to 1 Gig each |
| Date: | 2009-04-07 20:45:48 |
| Message-ID: | dcc563d10904071345j463047cfu637ba94272ebfd14@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Tue, Apr 7, 2009 at 1:36 PM, Cha Yang <chay(at)stopware(dot)com> wrote:
> Postgresql 8.2
> backend to a Java application with JDBC
>
>
> For whatever reason all of postgresql tables all filled up to 1 gig each
> Accessing Postgresql through either the application or PGadmin fails
When they get to 1gig they start a new segment, so they look like:
12345.1
12345.2
12345.3
No problem
> any ideas of how to get into Postgresql or a way to clean up these tables?
You don't need to clean it up. What are the actual symptoms of a
failure, if any, you are having?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2009-04-07 21:05:11 | Re: Anyone testing changes to libpq/bcc32.mak? |
| Previous Message | James B. Byrne | 2009-04-07 20:23:02 | Re: INSERT or UPDATE TRIGGER |