File: smith6

package info (click to toggle)
sqlreduce 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,172 kB
  • sloc: python: 1,026; sql: 40; sh: 22; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
select
  pg_catalog.array_in(
    cast(pg_catalog.regoperatorout(
      cast(cast(null as regoperator) as regoperator)) as cstring),
    cast((select pronamespace from pg_catalog.pg_proc limit 1 offset 1)
       as oid),
    cast(subq_1.pid as int4)) as c0
from pg_catalog.pg_stat_progress_analyze as subq_1