Re: Error in getNextException No space left on device Call getNextException to see other errors in the batch. (java.sql.BatchUpdateException) - Mailing list pgsql-admin

From Tom Lane
Subject Re: Error in getNextException No space left on device Call getNextException to see other errors in the batch. (java.sql.BatchUpdateException)
Date
Msg-id 64837.1608213941@sss.pgh.pa.us
Whole thread Raw
In response to Error in getNextException No space left on device Call getNextException to see other errors in the batch. (java.sql.BatchUpdateException)  (dbatoCloud Solution <dbatocloud17@gmail.com>)
List pgsql-admin
dbatoCloud Solution <dbatocloud17@gmail.com> writes:
> ERROR: could not write to hash-join temporary file: No space left on device
> Call getNextException to see other errors in the batch.
> (java.sql.BatchUpdateException)

If there's a reasonable amount of free disk space when the problem
query isn't running, this is likely telling you that you have a
query logic error.  That is, you're commanding the DB to form some
unreasonably large join product, perhaps as a result of a missing
WHERE constraint.

            regards, tom lane



pgsql-admin by date:

Previous
From: Holger Jakobs
Date:
Subject: Re: Error in getNextException No space left on device Call getNextException to see other errors in the batch. (java.sql.BatchUpdateException)
Next
From: Bruce Momjian
Date:
Subject: Re: 12 to 13 migration, the privs error with pg_pltemplate