Team Need exact SQL query to find List of Detach Partitioned Tables (Yet to be Dropped) The following is the query which i used, i am using and i found an bug which is listing an newly created table (last week) SELECT relnamespace::regnamespace::text AS schema_name, relname AS table_name FROM pg_class c WHERE NOT relispartition -- ! AND relkind = 'r' and lower(relnamespace::regnamespace::text) not in ('pg_catalog','partman','information_schema') and lower(relnamespace::regnamespace::text) in ('XYZ') order by relnamespace::regnamespace::text, relname ;
- postgresql-17.0-1 Application - silent installation... JOLAPARA Urvi (SAFRAN)
- Re: postgresql-17.0-1 Application - silent ins... Adrian Klaver
- RE: postgresql-17.0-1 Application - silent... JOLAPARA Urvi (SAFRAN)
- Re: postgresql-17.0-1 Application - si... Adrian Klaver
- RE: postgresql-17.0-1 Application ... JOLAPARA Urvi (SAFRAN)
- Re: postgresql-17.0-1 Applica... Rob Sargent
- Need exact SQL query to f... Bharani SV-forum
- Re: Need exact SQL qu... David G. Johnston
- Re: Need exact SQL qu... Adrian Klaver
- Help in vetting my st... Bharani SV-forum
- Re: Help in vetting m... Adrian Klaver
- Re: Help in vetting m... Ron Johnson
- Re: Help in vetting m... Adrian Klaver
- Re: Help in vetting m... Adrian Klaver
- Re: Help in vetting m... Bharani SV-forum
- Re: Help in vetting m... Adrian Klaver
- Re: Help in vetting m... Bharani SV-forum