public inbox for [email protected]
help / color / mirror / Atom feedRe: Restore of a reference database kills the auto analyze processing.
2+ messages / 2 participants
[nested] [flat]
* Re: Restore of a reference database kills the auto analyze processing.
@ 2024-05-16 10:08 HORDER Philip <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: HORDER Philip @ 2024-05-16 10:08 UTC (permalink / raw)
To: Adrian Klaver <[email protected]>; [email protected] <[email protected]>
Classified as: {OPEN}
> --oids have not been supported with pg_dump since v11
You're absolutely correct, this command came from my notes, which are obviously out of date.
We're running Postgres 15 pg_dump, and I've updated my notes.
I'm double-checking the command options with the guy who creates these files, but he's on holiday. I expect we just dropped the OID option.
> FYI, --blobs is only needed when dumping a specific table or schema, otherwise it happens by default.
Thanks, I didn’t know that.
Phil Horder
Database Mechanic
Thales
Land & Air Systems
{OPEN}
The information contained in this e-mail is confidential. It is intended only for the stated addressee(s) and access to it by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this e-mail. Such unauthorised use may be unlawful. If you have received this e-mail in error, please inform the originator immediately and delete it and all copies from your system.
Thales UK Limited. A company registered in England and Wales. Registered Office: 350 Longwater Avenue, Green Park, Reading, Berks RG2 6GF. Registered Number: 868273
Please consider the environment before printing a hard copy of this e-mail.
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Restore of a reference database kills the auto analyze processing.
@ 2024-05-16 14:28 Adrian Klaver <[email protected]>
parent: HORDER Philip <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Klaver @ 2024-05-16 14:28 UTC (permalink / raw)
To: HORDER Philip <[email protected]>; [email protected] <[email protected]>
On 5/16/24 03:08, HORDER Philip wrote:
> Classified as: {OPEN}
>
>> --oids have not been supported with pg_dump since v11
>
> You're absolutely correct, this command came from my notes, which are obviously out of date.
>
> We're running Postgres 15 pg_dump, and I've updated my notes.
> I'm double-checking the command options with the guy who creates these files, but he's on holiday. I expect we just dropped the OID option.
>
>> FYI, --blobs is only needed when dumping a specific table or schema, otherwise it happens by default.
>
> Thanks, I didn’t know that.
Did you have chance to do below?
> From yesterday, current stats for table a.accp, from pg_STAT_all_tables:
>"811486381""airscape""accp"16458538988177871456553503047055581967135016364880294000"2024-05-14 14:51:37.158892+00""2024-05-09 08:27:45.328468+00""2024-05-14 13:15:31.999198+00"01815170101653
I can't parse this out well enough to really say anything. Though the
timestamps seem to indicate recent activity.
Using psql do
\x
select * from pg_stat_all_tables where relname = 'a.accp';
to get an extended output that is easier to read.
>
> Phil Horder
> Database Mechanic
>
> Thales
> Land & Air Systems
>
>
> {OPEN}
> The information contained in this e-mail is confidential. It is intended only for the stated addressee(s) and access to it by any other person is unauthorised. If you are not an addressee, you must not disclose, copy, circulate or in any other way use or rely on the information contained in this e-mail. Such unauthorised use may be unlawful. If you have received this e-mail in error, please inform the originator immediately and delete it and all copies from your system.
>
> Thales UK Limited. A company registered in England and Wales. Registered Office: 350 Longwater Avenue, Green Park, Reading, Berks RG2 6GF. Registered Number: 868273
>
> Please consider the environment before printing a hard copy of this e-mail.
--
Adrian Klaver
[email protected]
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2024-05-16 14:28 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-05-16 10:08 Re: Restore of a reference database kills the auto analyze processing. HORDER Philip <[email protected]>
2024-05-16 14:28 ` Adrian Klaver <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox