On 06/25/13 06:13, Nicolau Roca wrote: > > 2013-06-25 15:02:15 CEST [::18264:1:] LOG: autovacuum: found orphan > temp table "pg_temp_47"."est_backup_ids_temp" in database "estudis1314" > 2013-06-25 15:02:15 CEST [::18264:2:] LOG: autovacuum: found orphan > temp table "pg_temp_47"."est_backup_files_temp" in database "estudis1314" > > I read a suggestion in the list pgsql-hackers (Message ID > [email protected] > <http://www.postgresql.org/message-id/[email protected]>) > about > just dropping the pg_temp_x schema. However, no such schema exists:
Try looking in the "estudis1314" database: [postgres@postgresql1 ~]$ psql -d estudis1314 HTH, Bosco. -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
