quillsql 2.1.6__py3-none-any.whl → 2.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2782 +1,697 @@
1
1
  PG_TYPES = [
2
- {
3
- "typname": "bool",
4
- "oid": 16
5
- },
6
- {
7
- "typname": "bytea",
8
- "oid": 17
9
- },
10
- {
11
- "typname": "char",
12
- "oid": 18
13
- },
14
- {
15
- "typname": "name",
16
- "oid": 19
17
- },
18
- {
19
- "typname": "int8",
20
- "oid": 20
21
- },
22
- {
23
- "typname": "int2",
24
- "oid": 21
25
- },
26
- {
27
- "typname": "int2vector",
28
- "oid": 22
29
- },
30
- {
31
- "typname": "int4",
32
- "oid": 23
33
- },
34
- {
35
- "typname": "regproc",
36
- "oid": 24
37
- },
38
- {
39
- "typname": "text",
40
- "oid": 25
41
- },
42
- {
43
- "typname": "oid",
44
- "oid": 26
45
- },
46
- {
47
- "typname": "tid",
48
- "oid": 27
49
- },
50
- {
51
- "typname": "xid",
52
- "oid": 28
53
- },
54
- {
55
- "typname": "cid",
56
- "oid": 29
57
- },
58
- {
59
- "typname": "oidvector",
60
- "oid": 30
61
- },
62
- {
63
- "typname": "pg_ddl_command",
64
- "oid": 32
65
- },
66
- {
67
- "typname": "pg_type",
68
- "oid": 71
69
- },
70
- {
71
- "typname": "pg_attribute",
72
- "oid": 75
73
- },
74
- {
75
- "typname": "pg_proc",
76
- "oid": 81
77
- },
78
- {
79
- "typname": "pg_class",
80
- "oid": 83
81
- },
82
- {
83
- "typname": "json",
84
- "oid": 114
85
- },
86
- {
87
- "typname": "xml",
88
- "oid": 142
89
- },
90
- {
91
- "typname": "_xml",
92
- "oid": 143
93
- },
94
- {
95
- "typname": "pg_node_tree",
96
- "oid": 194
97
- },
98
- {
99
- "typname": "_json",
100
- "oid": 199
101
- },
102
- {
103
- "typname": "_pg_type",
104
- "oid": 210
105
- },
106
- {
107
- "typname": "table_am_handler",
108
- "oid": 269
109
- },
110
- {
111
- "typname": "_pg_attribute",
112
- "oid": 270
113
- },
114
- {
115
- "typname": "_xid8",
116
- "oid": 271
117
- },
118
- {
119
- "typname": "_pg_proc",
120
- "oid": 272
121
- },
122
- {
123
- "typname": "_pg_class",
124
- "oid": 273
125
- },
126
- {
127
- "typname": "index_am_handler",
128
- "oid": 325
129
- },
130
- {
131
- "typname": "point",
132
- "oid": 600
133
- },
134
- {
135
- "typname": "lseg",
136
- "oid": 601
137
- },
138
- {
139
- "typname": "path",
140
- "oid": 602
141
- },
142
- {
143
- "typname": "box",
144
- "oid": 603
145
- },
146
- {
147
- "typname": "polygon",
148
- "oid": 604
149
- },
150
- {
151
- "typname": "line",
152
- "oid": 628
153
- },
154
- {
155
- "typname": "_line",
156
- "oid": 629
157
- },
158
- {
159
- "typname": "cidr",
160
- "oid": 650
161
- },
162
- {
163
- "typname": "_cidr",
164
- "oid": 651
165
- },
166
- {
167
- "typname": "float4",
168
- "oid": 700
169
- },
170
- {
171
- "typname": "float8",
172
- "oid": 701
173
- },
174
- {
175
- "typname": "unknown",
176
- "oid": 705
177
- },
178
- {
179
- "typname": "circle",
180
- "oid": 718
181
- },
182
- {
183
- "typname": "_circle",
184
- "oid": 719
185
- },
186
- {
187
- "typname": "macaddr8",
188
- "oid": 774
189
- },
190
- {
191
- "typname": "_macaddr8",
192
- "oid": 775
193
- },
194
- {
195
- "typname": "money",
196
- "oid": 790
197
- },
198
- {
199
- "typname": "_money",
200
- "oid": 791
201
- },
202
- {
203
- "typname": "macaddr",
204
- "oid": 829
205
- },
206
- {
207
- "typname": "inet",
208
- "oid": 869
209
- },
210
- {
211
- "typname": "_bool",
212
- "oid": 1000
213
- },
214
- {
215
- "typname": "_bytea",
216
- "oid": 1001
217
- },
218
- {
219
- "typname": "_char",
220
- "oid": 1002
221
- },
222
- {
223
- "typname": "_name",
224
- "oid": 1003
225
- },
226
- {
227
- "typname": "_int2",
228
- "oid": 1005
229
- },
230
- {
231
- "typname": "_int2vector",
232
- "oid": 1006
233
- },
234
- {
235
- "typname": "_int4",
236
- "oid": 1007
237
- },
238
- {
239
- "typname": "_regproc",
240
- "oid": 1008
241
- },
242
- {
243
- "typname": "_text",
244
- "oid": 1009
245
- },
246
- {
247
- "typname": "_tid",
248
- "oid": 1010
249
- },
250
- {
251
- "typname": "_xid",
252
- "oid": 1011
253
- },
254
- {
255
- "typname": "_cid",
256
- "oid": 1012
257
- },
258
- {
259
- "typname": "_oidvector",
260
- "oid": 1013
261
- },
262
- {
263
- "typname": "_bpchar",
264
- "oid": 1014
265
- },
266
- {
267
- "typname": "_varchar",
268
- "oid": 1015
269
- },
270
- {
271
- "typname": "_int8",
272
- "oid": 1016
273
- },
274
- {
275
- "typname": "_point",
276
- "oid": 1017
277
- },
278
- {
279
- "typname": "_lseg",
280
- "oid": 1018
281
- },
282
- {
283
- "typname": "_path",
284
- "oid": 1019
285
- },
286
- {
287
- "typname": "_box",
288
- "oid": 1020
289
- },
290
- {
291
- "typname": "_float4",
292
- "oid": 1021
293
- },
294
- {
295
- "typname": "_float8",
296
- "oid": 1022
297
- },
298
- {
299
- "typname": "_polygon",
300
- "oid": 1027
301
- },
302
- {
303
- "typname": "_oid",
304
- "oid": 1028
305
- },
306
- {
307
- "typname": "aclitem",
308
- "oid": 1033
309
- },
310
- {
311
- "typname": "_aclitem",
312
- "oid": 1034
313
- },
314
- {
315
- "typname": "_macaddr",
316
- "oid": 1040
317
- },
318
- {
319
- "typname": "_inet",
320
- "oid": 1041
321
- },
322
- {
323
- "typname": "bpchar",
324
- "oid": 1042
325
- },
326
- {
327
- "typname": "varchar",
328
- "oid": 1043
329
- },
330
- {
331
- "typname": "date",
332
- "oid": 1082
333
- },
334
- {
335
- "typname": "time",
336
- "oid": 1083
337
- },
338
- {
339
- "typname": "timestamp",
340
- "oid": 1114
341
- },
342
- {
343
- "typname": "_timestamp",
344
- "oid": 1115
345
- },
346
- {
347
- "typname": "_date",
348
- "oid": 1182
349
- },
350
- {
351
- "typname": "_time",
352
- "oid": 1183
353
- },
354
- {
355
- "typname": "timestamptz",
356
- "oid": 1184
357
- },
358
- {
359
- "typname": "_timestamptz",
360
- "oid": 1185
361
- },
362
- {
363
- "typname": "interval",
364
- "oid": 1186
365
- },
366
- {
367
- "typname": "_interval",
368
- "oid": 1187
369
- },
370
- {
371
- "typname": "_numeric",
372
- "oid": 1231
373
- },
374
- {
375
- "typname": "pg_database",
376
- "oid": 1248
377
- },
378
- {
379
- "typname": "_cstring",
380
- "oid": 1263
381
- },
382
- {
383
- "typname": "timetz",
384
- "oid": 1266
385
- },
386
- {
387
- "typname": "_timetz",
388
- "oid": 1270
389
- },
390
- {
391
- "typname": "bit",
392
- "oid": 1560
393
- },
394
- {
395
- "typname": "_bit",
396
- "oid": 1561
397
- },
398
- {
399
- "typname": "varbit",
400
- "oid": 1562
401
- },
402
- {
403
- "typname": "_varbit",
404
- "oid": 1563
405
- },
406
- {
407
- "typname": "numeric",
408
- "oid": 1700
409
- },
410
- {
411
- "typname": "refcursor",
412
- "oid": 1790
413
- },
414
- {
415
- "typname": "_refcursor",
416
- "oid": 2201
417
- },
418
- {
419
- "typname": "regprocedure",
420
- "oid": 2202
421
- },
422
- {
423
- "typname": "regoper",
424
- "oid": 2203
425
- },
426
- {
427
- "typname": "regoperator",
428
- "oid": 2204
429
- },
430
- {
431
- "typname": "regclass",
432
- "oid": 2205
433
- },
434
- {
435
- "typname": "regtype",
436
- "oid": 2206
437
- },
438
- {
439
- "typname": "_regprocedure",
440
- "oid": 2207
441
- },
442
- {
443
- "typname": "_regoper",
444
- "oid": 2208
445
- },
446
- {
447
- "typname": "_regoperator",
448
- "oid": 2209
449
- },
450
- {
451
- "typname": "_regclass",
452
- "oid": 2210
453
- },
454
- {
455
- "typname": "_regtype",
456
- "oid": 2211
457
- },
458
- {
459
- "typname": "record",
460
- "oid": 2249
461
- },
462
- {
463
- "typname": "cstring",
464
- "oid": 2275
465
- },
466
- {
467
- "typname": "any",
468
- "oid": 2276
469
- },
470
- {
471
- "typname": "anyarray",
472
- "oid": 2277
473
- },
474
- {
475
- "typname": "void",
476
- "oid": 2278
477
- },
478
- {
479
- "typname": "trigger",
480
- "oid": 2279
481
- },
482
- {
483
- "typname": "language_handler",
484
- "oid": 2280
485
- },
486
- {
487
- "typname": "internal",
488
- "oid": 2281
489
- },
490
- {
491
- "typname": "anyelement",
492
- "oid": 2283
493
- },
494
- {
495
- "typname": "_record",
496
- "oid": 2287
497
- },
498
- {
499
- "typname": "anynonarray",
500
- "oid": 2776
501
- },
502
- {
503
- "typname": "pg_authid",
504
- "oid": 2842
505
- },
506
- {
507
- "typname": "pg_auth_members",
508
- "oid": 2843
509
- },
510
- {
511
- "typname": "_txid_snapshot",
512
- "oid": 2949
513
- },
514
- {
515
- "typname": "uuid",
516
- "oid": 2950
517
- },
518
- {
519
- "typname": "_uuid",
520
- "oid": 2951
521
- },
522
- {
523
- "typname": "txid_snapshot",
524
- "oid": 2970
525
- },
526
- {
527
- "typname": "fdw_handler",
528
- "oid": 3115
529
- },
530
- {
531
- "typname": "pg_lsn",
532
- "oid": 3220
533
- },
534
- {
535
- "typname": "_pg_lsn",
536
- "oid": 3221
537
- },
538
- {
539
- "typname": "tsm_handler",
540
- "oid": 3310
541
- },
542
- {
543
- "typname": "pg_ndistinct",
544
- "oid": 3361
545
- },
546
- {
547
- "typname": "pg_dependencies",
548
- "oid": 3402
549
- },
550
- {
551
- "typname": "anyenum",
552
- "oid": 3500
553
- },
554
- {
555
- "typname": "tsvector",
556
- "oid": 3614
557
- },
558
- {
559
- "typname": "tsquery",
560
- "oid": 3615
561
- },
562
- {
563
- "typname": "gtsvector",
564
- "oid": 3642
565
- },
566
- {
567
- "typname": "_tsvector",
568
- "oid": 3643
569
- },
570
- {
571
- "typname": "_gtsvector",
572
- "oid": 3644
573
- },
574
- {
575
- "typname": "_tsquery",
576
- "oid": 3645
577
- },
578
- {
579
- "typname": "regconfig",
580
- "oid": 3734
581
- },
582
- {
583
- "typname": "_regconfig",
584
- "oid": 3735
585
- },
586
- {
587
- "typname": "regdictionary",
588
- "oid": 3769
589
- },
590
- {
591
- "typname": "_regdictionary",
592
- "oid": 3770
593
- },
594
- {
595
- "typname": "jsonb",
596
- "oid": 3802
597
- },
598
- {
599
- "typname": "_jsonb",
600
- "oid": 3807
601
- },
602
- {
603
- "typname": "anyrange",
604
- "oid": 3831
605
- },
606
- {
607
- "typname": "event_trigger",
608
- "oid": 3838
609
- },
610
- {
611
- "typname": "int4range",
612
- "oid": 3904
613
- },
614
- {
615
- "typname": "_int4range",
616
- "oid": 3905
617
- },
618
- {
619
- "typname": "numrange",
620
- "oid": 3906
621
- },
622
- {
623
- "typname": "_numrange",
624
- "oid": 3907
625
- },
626
- {
627
- "typname": "tsrange",
628
- "oid": 3908
629
- },
630
- {
631
- "typname": "_tsrange",
632
- "oid": 3909
633
- },
634
- {
635
- "typname": "tstzrange",
636
- "oid": 3910
637
- },
638
- {
639
- "typname": "_tstzrange",
640
- "oid": 3911
641
- },
642
- {
643
- "typname": "daterange",
644
- "oid": 3912
645
- },
646
- {
647
- "typname": "_daterange",
648
- "oid": 3913
649
- },
650
- {
651
- "typname": "int8range",
652
- "oid": 3926
653
- },
654
- {
655
- "typname": "_int8range",
656
- "oid": 3927
657
- },
658
- {
659
- "typname": "pg_shseclabel",
660
- "oid": 4066
661
- },
662
- {
663
- "typname": "jsonpath",
664
- "oid": 4072
665
- },
666
- {
667
- "typname": "_jsonpath",
668
- "oid": 4073
669
- },
670
- {
671
- "typname": "regnamespace",
672
- "oid": 4089
673
- },
674
- {
675
- "typname": "_regnamespace",
676
- "oid": 4090
677
- },
678
- {
679
- "typname": "regrole",
680
- "oid": 4096
681
- },
682
- {
683
- "typname": "_regrole",
684
- "oid": 4097
685
- },
686
- {
687
- "typname": "regcollation",
688
- "oid": 4191
689
- },
690
- {
691
- "typname": "_regcollation",
692
- "oid": 4192
693
- },
694
- {
695
- "typname": "int4multirange",
696
- "oid": 4451
697
- },
698
- {
699
- "typname": "nummultirange",
700
- "oid": 4532
701
- },
702
- {
703
- "typname": "tsmultirange",
704
- "oid": 4533
705
- },
706
- {
707
- "typname": "tstzmultirange",
708
- "oid": 4534
709
- },
710
- {
711
- "typname": "datemultirange",
712
- "oid": 4535
713
- },
714
- {
715
- "typname": "int8multirange",
716
- "oid": 4536
717
- },
718
- {
719
- "typname": "anymultirange",
720
- "oid": 4537
721
- },
722
- {
723
- "typname": "anycompatiblemultirange",
724
- "oid": 4538
725
- },
726
- {
727
- "typname": "pg_brin_bloom_summary",
728
- "oid": 4600
729
- },
730
- {
731
- "typname": "pg_brin_minmax_multi_summary",
732
- "oid": 4601
733
- },
734
- {
735
- "typname": "pg_mcv_list",
736
- "oid": 5017
737
- },
738
- {
739
- "typname": "pg_snapshot",
740
- "oid": 5038
741
- },
742
- {
743
- "typname": "_pg_snapshot",
744
- "oid": 5039
745
- },
746
- {
747
- "typname": "xid8",
748
- "oid": 5069
749
- },
750
- {
751
- "typname": "anycompatible",
752
- "oid": 5077
753
- },
754
- {
755
- "typname": "anycompatiblearray",
756
- "oid": 5078
757
- },
758
- {
759
- "typname": "anycompatiblenonarray",
760
- "oid": 5079
761
- },
762
- {
763
- "typname": "anycompatiblerange",
764
- "oid": 5080
765
- },
766
- {
767
- "typname": "pg_subscription",
768
- "oid": 6101
769
- },
770
- {
771
- "typname": "_int4multirange",
772
- "oid": 6150
773
- },
774
- {
775
- "typname": "_nummultirange",
776
- "oid": 6151
777
- },
778
- {
779
- "typname": "_tsmultirange",
780
- "oid": 6152
781
- },
782
- {
783
- "typname": "_tstzmultirange",
784
- "oid": 6153
785
- },
786
- {
787
- "typname": "_datemultirange",
788
- "oid": 6155
789
- },
790
- {
791
- "typname": "_int8multirange",
792
- "oid": 6157
793
- },
794
- {
795
- "typname": "_pg_attrdef",
796
- "oid": 10000
797
- },
798
- {
799
- "typname": "pg_attrdef",
800
- "oid": 10001
801
- },
802
- {
803
- "typname": "_pg_constraint",
804
- "oid": 10002
805
- },
806
- {
807
- "typname": "pg_constraint",
808
- "oid": 10003
809
- },
810
- {
811
- "typname": "_pg_inherits",
812
- "oid": 10004
813
- },
814
- {
815
- "typname": "pg_inherits",
816
- "oid": 10005
817
- },
818
- {
819
- "typname": "_pg_index",
820
- "oid": 10006
821
- },
822
- {
823
- "typname": "pg_index",
824
- "oid": 10007
825
- },
826
- {
827
- "typname": "_pg_operator",
828
- "oid": 10008
829
- },
830
- {
831
- "typname": "pg_operator",
832
- "oid": 10009
833
- },
834
- {
835
- "typname": "_pg_opfamily",
836
- "oid": 10010
837
- },
838
- {
839
- "typname": "pg_opfamily",
840
- "oid": 10011
841
- },
842
- {
843
- "typname": "_pg_opclass",
844
- "oid": 10012
845
- },
846
- {
847
- "typname": "pg_opclass",
848
- "oid": 10013
849
- },
850
- {
851
- "typname": "_pg_am",
852
- "oid": 10014
853
- },
854
- {
855
- "typname": "pg_am",
856
- "oid": 10015
857
- },
858
- {
859
- "typname": "_pg_amop",
860
- "oid": 10016
861
- },
862
- {
863
- "typname": "pg_amop",
864
- "oid": 10017
865
- },
866
- {
867
- "typname": "_pg_amproc",
868
- "oid": 10018
869
- },
870
- {
871
- "typname": "pg_amproc",
872
- "oid": 10019
873
- },
874
- {
875
- "typname": "_pg_language",
876
- "oid": 10020
877
- },
878
- {
879
- "typname": "pg_language",
880
- "oid": 10021
881
- },
882
- {
883
- "typname": "_pg_largeobject_metadata",
884
- "oid": 10022
885
- },
886
- {
887
- "typname": "pg_largeobject_metadata",
888
- "oid": 10023
889
- },
890
- {
891
- "typname": "_pg_largeobject",
892
- "oid": 10024
893
- },
894
- {
895
- "typname": "pg_largeobject",
896
- "oid": 10025
897
- },
898
- {
899
- "typname": "_pg_aggregate",
900
- "oid": 10026
901
- },
902
- {
903
- "typname": "pg_aggregate",
904
- "oid": 10027
905
- },
906
- {
907
- "typname": "_pg_statistic",
908
- "oid": 10028
909
- },
910
- {
911
- "typname": "pg_statistic",
912
- "oid": 10029
913
- },
914
- {
915
- "typname": "_pg_statistic_ext",
916
- "oid": 10030
917
- },
918
- {
919
- "typname": "pg_statistic_ext",
920
- "oid": 10031
921
- },
922
- {
923
- "typname": "_pg_statistic_ext_data",
924
- "oid": 10032
925
- },
926
- {
927
- "typname": "pg_statistic_ext_data",
928
- "oid": 10033
929
- },
930
- {
931
- "typname": "_pg_rewrite",
932
- "oid": 10034
933
- },
934
- {
935
- "typname": "pg_rewrite",
936
- "oid": 10035
937
- },
938
- {
939
- "typname": "_pg_trigger",
940
- "oid": 10036
941
- },
942
- {
943
- "typname": "pg_trigger",
944
- "oid": 10037
945
- },
946
- {
947
- "typname": "_pg_event_trigger",
948
- "oid": 10038
949
- },
950
- {
951
- "typname": "pg_event_trigger",
952
- "oid": 10039
953
- },
954
- {
955
- "typname": "_pg_description",
956
- "oid": 10040
957
- },
958
- {
959
- "typname": "pg_description",
960
- "oid": 10041
961
- },
962
- {
963
- "typname": "_pg_cast",
964
- "oid": 10042
965
- },
966
- {
967
- "typname": "pg_cast",
968
- "oid": 10043
969
- },
970
- {
971
- "typname": "_pg_enum",
972
- "oid": 10044
973
- },
974
- {
975
- "typname": "pg_enum",
976
- "oid": 10045
977
- },
978
- {
979
- "typname": "_pg_namespace",
980
- "oid": 10046
981
- },
982
- {
983
- "typname": "pg_namespace",
984
- "oid": 10047
985
- },
986
- {
987
- "typname": "_pg_conversion",
988
- "oid": 10048
989
- },
990
- {
991
- "typname": "pg_conversion",
992
- "oid": 10049
993
- },
994
- {
995
- "typname": "_pg_depend",
996
- "oid": 10050
997
- },
998
- {
999
- "typname": "pg_depend",
1000
- "oid": 10051
1001
- },
1002
- {
1003
- "typname": "_pg_database",
1004
- "oid": 10052
1005
- },
1006
- {
1007
- "typname": "_pg_db_role_setting",
1008
- "oid": 10053
1009
- },
1010
- {
1011
- "typname": "pg_db_role_setting",
1012
- "oid": 10054
1013
- },
1014
- {
1015
- "typname": "_pg_tablespace",
1016
- "oid": 10055
1017
- },
1018
- {
1019
- "typname": "pg_tablespace",
1020
- "oid": 10056
1021
- },
1022
- {
1023
- "typname": "_pg_authid",
1024
- "oid": 10057
1025
- },
1026
- {
1027
- "typname": "_pg_auth_members",
1028
- "oid": 10058
1029
- },
1030
- {
1031
- "typname": "_pg_shdepend",
1032
- "oid": 10059
1033
- },
1034
- {
1035
- "typname": "pg_shdepend",
1036
- "oid": 10060
1037
- },
1038
- {
1039
- "typname": "_pg_shdescription",
1040
- "oid": 10061
1041
- },
1042
- {
1043
- "typname": "pg_shdescription",
1044
- "oid": 10062
1045
- },
1046
- {
1047
- "typname": "_pg_ts_config",
1048
- "oid": 10063
1049
- },
1050
- {
1051
- "typname": "pg_ts_config",
1052
- "oid": 10064
1053
- },
1054
- {
1055
- "typname": "_pg_ts_config_map",
1056
- "oid": 10065
1057
- },
1058
- {
1059
- "typname": "pg_ts_config_map",
1060
- "oid": 10066
1061
- },
1062
- {
1063
- "typname": "_pg_ts_dict",
1064
- "oid": 10067
1065
- },
1066
- {
1067
- "typname": "pg_ts_dict",
1068
- "oid": 10068
1069
- },
1070
- {
1071
- "typname": "_pg_ts_parser",
1072
- "oid": 10069
1073
- },
1074
- {
1075
- "typname": "pg_ts_parser",
1076
- "oid": 10070
1077
- },
1078
- {
1079
- "typname": "_pg_ts_template",
1080
- "oid": 10071
1081
- },
1082
- {
1083
- "typname": "pg_ts_template",
1084
- "oid": 10072
1085
- },
1086
- {
1087
- "typname": "_pg_extension",
1088
- "oid": 10073
1089
- },
1090
- {
1091
- "typname": "pg_extension",
1092
- "oid": 10074
1093
- },
1094
- {
1095
- "typname": "_pg_foreign_data_wrapper",
1096
- "oid": 10075
1097
- },
1098
- {
1099
- "typname": "pg_foreign_data_wrapper",
1100
- "oid": 10076
1101
- },
1102
- {
1103
- "typname": "_pg_foreign_server",
1104
- "oid": 10077
1105
- },
1106
- {
1107
- "typname": "pg_foreign_server",
1108
- "oid": 10078
1109
- },
1110
- {
1111
- "typname": "_pg_user_mapping",
1112
- "oid": 10079
1113
- },
1114
- {
1115
- "typname": "pg_user_mapping",
1116
- "oid": 10080
1117
- },
1118
- {
1119
- "typname": "_pg_foreign_table",
1120
- "oid": 10081
1121
- },
1122
- {
1123
- "typname": "pg_foreign_table",
1124
- "oid": 10082
1125
- },
1126
- {
1127
- "typname": "_pg_policy",
1128
- "oid": 10083
1129
- },
1130
- {
1131
- "typname": "pg_policy",
1132
- "oid": 10084
1133
- },
1134
- {
1135
- "typname": "_pg_replication_origin",
1136
- "oid": 10085
1137
- },
1138
- {
1139
- "typname": "pg_replication_origin",
1140
- "oid": 10086
1141
- },
1142
- {
1143
- "typname": "_pg_default_acl",
1144
- "oid": 10087
1145
- },
1146
- {
1147
- "typname": "pg_default_acl",
1148
- "oid": 10088
1149
- },
1150
- {
1151
- "typname": "_pg_init_privs",
1152
- "oid": 10089
1153
- },
1154
- {
1155
- "typname": "pg_init_privs",
1156
- "oid": 10090
1157
- },
1158
- {
1159
- "typname": "_pg_seclabel",
1160
- "oid": 10091
1161
- },
1162
- {
1163
- "typname": "pg_seclabel",
1164
- "oid": 10092
1165
- },
1166
- {
1167
- "typname": "_pg_shseclabel",
1168
- "oid": 10093
1169
- },
1170
- {
1171
- "typname": "_pg_collation",
1172
- "oid": 10094
1173
- },
1174
- {
1175
- "typname": "pg_collation",
1176
- "oid": 10095
1177
- },
1178
- {
1179
- "typname": "_pg_parameter_acl",
1180
- "oid": 10096
1181
- },
1182
- {
1183
- "typname": "pg_parameter_acl",
1184
- "oid": 10097
1185
- },
1186
- {
1187
- "typname": "_pg_partitioned_table",
1188
- "oid": 10098
1189
- },
1190
- {
1191
- "typname": "pg_partitioned_table",
1192
- "oid": 10099
1193
- },
1194
- {
1195
- "typname": "_pg_range",
1196
- "oid": 10100
1197
- },
1198
- {
1199
- "typname": "pg_range",
1200
- "oid": 10101
1201
- },
1202
- {
1203
- "typname": "_pg_transform",
1204
- "oid": 10102
1205
- },
1206
- {
1207
- "typname": "pg_transform",
1208
- "oid": 10103
1209
- },
1210
- {
1211
- "typname": "_pg_sequence",
1212
- "oid": 10104
1213
- },
1214
- {
1215
- "typname": "pg_sequence",
1216
- "oid": 10105
1217
- },
1218
- {
1219
- "typname": "_pg_publication",
1220
- "oid": 10106
1221
- },
1222
- {
1223
- "typname": "pg_publication",
1224
- "oid": 10107
1225
- },
1226
- {
1227
- "typname": "_pg_publication_namespace",
1228
- "oid": 10108
1229
- },
1230
- {
1231
- "typname": "pg_publication_namespace",
1232
- "oid": 10109
1233
- },
1234
- {
1235
- "typname": "_pg_publication_rel",
1236
- "oid": 10110
1237
- },
1238
- {
1239
- "typname": "pg_publication_rel",
1240
- "oid": 10111
1241
- },
1242
- {
1243
- "typname": "_pg_subscription",
1244
- "oid": 10112
1245
- },
1246
- {
1247
- "typname": "_pg_subscription_rel",
1248
- "oid": 10113
1249
- },
1250
- {
1251
- "typname": "pg_subscription_rel",
1252
- "oid": 10114
1253
- },
1254
- {
1255
- "typname": "_pg_roles",
1256
- "oid": 12001
1257
- },
1258
- {
1259
- "typname": "pg_roles",
1260
- "oid": 12002
1261
- },
1262
- {
1263
- "typname": "_pg_shadow",
1264
- "oid": 12006
1265
- },
1266
- {
1267
- "typname": "pg_shadow",
1268
- "oid": 12007
1269
- },
1270
- {
1271
- "typname": "_pg_group",
1272
- "oid": 12011
1273
- },
1274
- {
1275
- "typname": "pg_group",
1276
- "oid": 12012
1277
- },
1278
- {
1279
- "typname": "_pg_user",
1280
- "oid": 12015
1281
- },
1282
- {
1283
- "typname": "pg_user",
1284
- "oid": 12016
1285
- },
1286
- {
1287
- "typname": "_pg_policies",
1288
- "oid": 12019
1289
- },
1290
- {
1291
- "typname": "pg_policies",
1292
- "oid": 12020
1293
- },
1294
- {
1295
- "typname": "_pg_rules",
1296
- "oid": 12024
1297
- },
1298
- {
1299
- "typname": "pg_rules",
1300
- "oid": 12025
1301
- },
1302
- {
1303
- "typname": "_pg_views",
1304
- "oid": 12029
1305
- },
1306
- {
1307
- "typname": "pg_views",
1308
- "oid": 12030
1309
- },
1310
- {
1311
- "typname": "_pg_tables",
1312
- "oid": 12034
1313
- },
1314
- {
1315
- "typname": "pg_tables",
1316
- "oid": 12035
1317
- },
1318
- {
1319
- "typname": "_pg_matviews",
1320
- "oid": 12039
1321
- },
1322
- {
1323
- "typname": "pg_matviews",
1324
- "oid": 12040
1325
- },
1326
- {
1327
- "typname": "_pg_indexes",
1328
- "oid": 12044
1329
- },
1330
- {
1331
- "typname": "pg_indexes",
1332
- "oid": 12045
1333
- },
1334
- {
1335
- "typname": "_pg_sequences",
1336
- "oid": 12049
1337
- },
1338
- {
1339
- "typname": "pg_sequences",
1340
- "oid": 12050
1341
- },
1342
- {
1343
- "typname": "_pg_stats",
1344
- "oid": 12054
1345
- },
1346
- {
1347
- "typname": "pg_stats",
1348
- "oid": 12055
1349
- },
1350
- {
1351
- "typname": "_pg_stats_ext",
1352
- "oid": 12059
1353
- },
1354
- {
1355
- "typname": "pg_stats_ext",
1356
- "oid": 12060
1357
- },
1358
- {
1359
- "typname": "_pg_stats_ext_exprs",
1360
- "oid": 12064
1361
- },
1362
- {
1363
- "typname": "pg_stats_ext_exprs",
1364
- "oid": 12065
1365
- },
1366
- {
1367
- "typname": "_pg_publication_tables",
1368
- "oid": 12069
1369
- },
1370
- {
1371
- "typname": "pg_publication_tables",
1372
- "oid": 12070
1373
- },
1374
- {
1375
- "typname": "_pg_locks",
1376
- "oid": 12074
1377
- },
1378
- {
1379
- "typname": "pg_locks",
1380
- "oid": 12075
1381
- },
1382
- {
1383
- "typname": "_pg_cursors",
1384
- "oid": 12078
1385
- },
1386
- {
1387
- "typname": "pg_cursors",
1388
- "oid": 12079
1389
- },
1390
- {
1391
- "typname": "_pg_available_extensions",
1392
- "oid": 12082
1393
- },
1394
- {
1395
- "typname": "pg_available_extensions",
1396
- "oid": 12083
1397
- },
1398
- {
1399
- "typname": "_pg_available_extension_versions",
1400
- "oid": 12086
1401
- },
1402
- {
1403
- "typname": "pg_available_extension_versions",
1404
- "oid": 12087
1405
- },
1406
- {
1407
- "typname": "_pg_prepared_xacts",
1408
- "oid": 12091
1409
- },
1410
- {
1411
- "typname": "pg_prepared_xacts",
1412
- "oid": 12092
1413
- },
1414
- {
1415
- "typname": "_pg_prepared_statements",
1416
- "oid": 12096
1417
- },
1418
- {
1419
- "typname": "pg_prepared_statements",
1420
- "oid": 12097
1421
- },
1422
- {
1423
- "typname": "_pg_seclabels",
1424
- "oid": 12100
1425
- },
1426
- {
1427
- "typname": "pg_seclabels",
1428
- "oid": 12101
1429
- },
1430
- {
1431
- "typname": "_pg_settings",
1432
- "oid": 12105
1433
- },
1434
- {
1435
- "typname": "pg_settings",
1436
- "oid": 12106
1437
- },
1438
- {
1439
- "typname": "_pg_file_settings",
1440
- "oid": 12111
1441
- },
1442
- {
1443
- "typname": "pg_file_settings",
1444
- "oid": 12112
1445
- },
1446
- {
1447
- "typname": "_pg_hba_file_rules",
1448
- "oid": 12115
1449
- },
1450
- {
1451
- "typname": "pg_hba_file_rules",
1452
- "oid": 12116
1453
- },
1454
- {
1455
- "typname": "_pg_ident_file_mappings",
1456
- "oid": 12119
1457
- },
1458
- {
1459
- "typname": "pg_ident_file_mappings",
1460
- "oid": 12120
1461
- },
1462
- {
1463
- "typname": "_pg_timezone_abbrevs",
1464
- "oid": 12123
1465
- },
1466
- {
1467
- "typname": "pg_timezone_abbrevs",
1468
- "oid": 12124
1469
- },
1470
- {
1471
- "typname": "_pg_timezone_names",
1472
- "oid": 12127
1473
- },
1474
- {
1475
- "typname": "pg_timezone_names",
1476
- "oid": 12128
1477
- },
1478
- {
1479
- "typname": "_pg_config",
1480
- "oid": 12131
1481
- },
1482
- {
1483
- "typname": "pg_config",
1484
- "oid": 12132
1485
- },
1486
- {
1487
- "typname": "_pg_shmem_allocations",
1488
- "oid": 12135
1489
- },
1490
- {
1491
- "typname": "pg_shmem_allocations",
1492
- "oid": 12136
1493
- },
1494
- {
1495
- "typname": "_pg_backend_memory_contexts",
1496
- "oid": 12139
1497
- },
1498
- {
1499
- "typname": "pg_backend_memory_contexts",
1500
- "oid": 12140
1501
- },
1502
- {
1503
- "typname": "_pg_stat_all_tables",
1504
- "oid": 12143
1505
- },
1506
- {
1507
- "typname": "pg_stat_all_tables",
1508
- "oid": 12144
1509
- },
1510
- {
1511
- "typname": "_pg_stat_xact_all_tables",
1512
- "oid": 12148
1513
- },
1514
- {
1515
- "typname": "pg_stat_xact_all_tables",
1516
- "oid": 12149
1517
- },
1518
- {
1519
- "typname": "_pg_stat_sys_tables",
1520
- "oid": 12153
1521
- },
1522
- {
1523
- "typname": "pg_stat_sys_tables",
1524
- "oid": 12154
1525
- },
1526
- {
1527
- "typname": "_pg_stat_xact_sys_tables",
1528
- "oid": 12158
1529
- },
1530
- {
1531
- "typname": "pg_stat_xact_sys_tables",
1532
- "oid": 12159
1533
- },
1534
- {
1535
- "typname": "_pg_stat_user_tables",
1536
- "oid": 12162
1537
- },
1538
- {
1539
- "typname": "pg_stat_user_tables",
1540
- "oid": 12163
1541
- },
1542
- {
1543
- "typname": "_pg_stat_xact_user_tables",
1544
- "oid": 12167
1545
- },
1546
- {
1547
- "typname": "pg_stat_xact_user_tables",
1548
- "oid": 12168
1549
- },
1550
- {
1551
- "typname": "_pg_statio_all_tables",
1552
- "oid": 12171
1553
- },
1554
- {
1555
- "typname": "pg_statio_all_tables",
1556
- "oid": 12172
1557
- },
1558
- {
1559
- "typname": "_pg_statio_sys_tables",
1560
- "oid": 12176
1561
- },
1562
- {
1563
- "typname": "pg_statio_sys_tables",
1564
- "oid": 12177
1565
- },
1566
- {
1567
- "typname": "_pg_statio_user_tables",
1568
- "oid": 12180
1569
- },
1570
- {
1571
- "typname": "pg_statio_user_tables",
1572
- "oid": 12181
1573
- },
1574
- {
1575
- "typname": "_pg_stat_all_indexes",
1576
- "oid": 12184
1577
- },
1578
- {
1579
- "typname": "pg_stat_all_indexes",
1580
- "oid": 12185
1581
- },
1582
- {
1583
- "typname": "_pg_stat_sys_indexes",
1584
- "oid": 12189
1585
- },
1586
- {
1587
- "typname": "pg_stat_sys_indexes",
1588
- "oid": 12190
1589
- },
1590
- {
1591
- "typname": "_pg_stat_user_indexes",
1592
- "oid": 12193
1593
- },
1594
- {
1595
- "typname": "pg_stat_user_indexes",
1596
- "oid": 12194
1597
- },
1598
- {
1599
- "typname": "_pg_statio_all_indexes",
1600
- "oid": 12197
1601
- },
1602
- {
1603
- "typname": "pg_statio_all_indexes",
1604
- "oid": 12198
1605
- },
1606
- {
1607
- "typname": "_pg_statio_sys_indexes",
1608
- "oid": 12202
1609
- },
1610
- {
1611
- "typname": "pg_statio_sys_indexes",
1612
- "oid": 12203
1613
- },
1614
- {
1615
- "typname": "_pg_statio_user_indexes",
1616
- "oid": 12206
1617
- },
1618
- {
1619
- "typname": "pg_statio_user_indexes",
1620
- "oid": 12207
1621
- },
1622
- {
1623
- "typname": "_pg_statio_all_sequences",
1624
- "oid": 12210
1625
- },
1626
- {
1627
- "typname": "pg_statio_all_sequences",
1628
- "oid": 12211
1629
- },
1630
- {
1631
- "typname": "_pg_statio_sys_sequences",
1632
- "oid": 12215
1633
- },
1634
- {
1635
- "typname": "pg_statio_sys_sequences",
1636
- "oid": 12216
1637
- },
1638
- {
1639
- "typname": "_pg_statio_user_sequences",
1640
- "oid": 12219
1641
- },
1642
- {
1643
- "typname": "pg_statio_user_sequences",
1644
- "oid": 12220
1645
- },
1646
- {
1647
- "typname": "_pg_stat_activity",
1648
- "oid": 12223
1649
- },
1650
- {
1651
- "typname": "pg_stat_activity",
1652
- "oid": 12224
1653
- },
1654
- {
1655
- "typname": "_pg_stat_replication",
1656
- "oid": 12228
1657
- },
1658
- {
1659
- "typname": "pg_stat_replication",
1660
- "oid": 12229
1661
- },
1662
- {
1663
- "typname": "_pg_stat_slru",
1664
- "oid": 12233
1665
- },
1666
- {
1667
- "typname": "pg_stat_slru",
1668
- "oid": 12234
1669
- },
1670
- {
1671
- "typname": "_pg_stat_wal_receiver",
1672
- "oid": 12237
1673
- },
1674
- {
1675
- "typname": "pg_stat_wal_receiver",
1676
- "oid": 12238
1677
- },
1678
- {
1679
- "typname": "_pg_stat_recovery_prefetch",
1680
- "oid": 12241
1681
- },
1682
- {
1683
- "typname": "pg_stat_recovery_prefetch",
1684
- "oid": 12242
1685
- },
1686
- {
1687
- "typname": "_pg_stat_subscription",
1688
- "oid": 12245
1689
- },
1690
- {
1691
- "typname": "pg_stat_subscription",
1692
- "oid": 12246
1693
- },
1694
- {
1695
- "typname": "_pg_stat_ssl",
1696
- "oid": 12250
1697
- },
1698
- {
1699
- "typname": "pg_stat_ssl",
1700
- "oid": 12251
1701
- },
1702
- {
1703
- "typname": "_pg_stat_gssapi",
1704
- "oid": 12254
1705
- },
1706
- {
1707
- "typname": "pg_stat_gssapi",
1708
- "oid": 12255
1709
- },
1710
- {
1711
- "typname": "_pg_replication_slots",
1712
- "oid": 12258
1713
- },
1714
- {
1715
- "typname": "pg_replication_slots",
1716
- "oid": 12259
1717
- },
1718
- {
1719
- "typname": "_pg_stat_replication_slots",
1720
- "oid": 12263
1721
- },
1722
- {
1723
- "typname": "pg_stat_replication_slots",
1724
- "oid": 12264
1725
- },
1726
- {
1727
- "typname": "_pg_stat_database",
1728
- "oid": 12267
1729
- },
1730
- {
1731
- "typname": "pg_stat_database",
1732
- "oid": 12268
1733
- },
1734
- {
1735
- "typname": "_pg_stat_database_conflicts",
1736
- "oid": 12272
1737
- },
1738
- {
1739
- "typname": "pg_stat_database_conflicts",
1740
- "oid": 12273
1741
- },
1742
- {
1743
- "typname": "_pg_stat_user_functions",
1744
- "oid": 12276
1745
- },
1746
- {
1747
- "typname": "pg_stat_user_functions",
1748
- "oid": 12277
1749
- },
1750
- {
1751
- "typname": "_pg_stat_xact_user_functions",
1752
- "oid": 12281
1753
- },
1754
- {
1755
- "typname": "pg_stat_xact_user_functions",
1756
- "oid": 12282
1757
- },
1758
- {
1759
- "typname": "_pg_stat_archiver",
1760
- "oid": 12286
1761
- },
1762
- {
1763
- "typname": "pg_stat_archiver",
1764
- "oid": 12287
1765
- },
1766
- {
1767
- "typname": "_pg_stat_bgwriter",
1768
- "oid": 12290
1769
- },
1770
- {
1771
- "typname": "pg_stat_bgwriter",
1772
- "oid": 12291
1773
- },
1774
- {
1775
- "typname": "_pg_stat_wal",
1776
- "oid": 12294
1777
- },
1778
- {
1779
- "typname": "pg_stat_wal",
1780
- "oid": 12295
1781
- },
1782
- {
1783
- "typname": "_pg_stat_progress_analyze",
1784
- "oid": 12298
1785
- },
1786
- {
1787
- "typname": "pg_stat_progress_analyze",
1788
- "oid": 12299
1789
- },
1790
- {
1791
- "typname": "_pg_stat_progress_vacuum",
1792
- "oid": 12303
1793
- },
1794
- {
1795
- "typname": "pg_stat_progress_vacuum",
1796
- "oid": 12304
1797
- },
1798
- {
1799
- "typname": "_pg_stat_progress_cluster",
1800
- "oid": 12308
1801
- },
1802
- {
1803
- "typname": "pg_stat_progress_cluster",
1804
- "oid": 12309
1805
- },
1806
- {
1807
- "typname": "_pg_stat_progress_create_index",
1808
- "oid": 12313
1809
- },
1810
- {
1811
- "typname": "pg_stat_progress_create_index",
1812
- "oid": 12314
1813
- },
1814
- {
1815
- "typname": "_pg_stat_progress_basebackup",
1816
- "oid": 12318
1817
- },
1818
- {
1819
- "typname": "pg_stat_progress_basebackup",
1820
- "oid": 12319
1821
- },
1822
- {
1823
- "typname": "_pg_stat_progress_copy",
1824
- "oid": 12323
1825
- },
1826
- {
1827
- "typname": "pg_stat_progress_copy",
1828
- "oid": 12324
1829
- },
1830
- {
1831
- "typname": "_pg_user_mappings",
1832
- "oid": 12328
1833
- },
1834
- {
1835
- "typname": "pg_user_mappings",
1836
- "oid": 12329
1837
- },
1838
- {
1839
- "typname": "_pg_replication_origin_status",
1840
- "oid": 12333
1841
- },
1842
- {
1843
- "typname": "pg_replication_origin_status",
1844
- "oid": 12334
1845
- },
1846
- {
1847
- "typname": "_pg_stat_subscription_stats",
1848
- "oid": 12337
1849
- },
1850
- {
1851
- "typname": "pg_stat_subscription_stats",
1852
- "oid": 12338
1853
- },
1854
- {
1855
- "typname": "_cardinal_number",
1856
- "oid": 12416
1857
- },
1858
- {
1859
- "typname": "cardinal_number",
1860
- "oid": 12417
1861
- },
1862
- {
1863
- "typname": "_character_data",
1864
- "oid": 12419
1865
- },
1866
- {
1867
- "typname": "character_data",
1868
- "oid": 12420
1869
- },
1870
- {
1871
- "typname": "_sql_identifier",
1872
- "oid": 12421
1873
- },
1874
- {
1875
- "typname": "sql_identifier",
1876
- "oid": 12422
1877
- },
1878
- {
1879
- "typname": "_information_schema_catalog_name",
1880
- "oid": 12424
1881
- },
1882
- {
1883
- "typname": "information_schema_catalog_name",
1884
- "oid": 12425
1885
- },
1886
- {
1887
- "typname": "_time_stamp",
1888
- "oid": 12427
1889
- },
1890
- {
1891
- "typname": "time_stamp",
1892
- "oid": 12428
1893
- },
1894
- {
1895
- "typname": "_yes_or_no",
1896
- "oid": 12429
1897
- },
1898
- {
1899
- "typname": "yes_or_no",
1900
- "oid": 12430
1901
- },
1902
- {
1903
- "typname": "_applicable_roles",
1904
- "oid": 12433
1905
- },
1906
- {
1907
- "typname": "applicable_roles",
1908
- "oid": 12434
1909
- },
1910
- {
1911
- "typname": "_administrable_role_authorizations",
1912
- "oid": 12438
1913
- },
1914
- {
1915
- "typname": "administrable_role_authorizations",
1916
- "oid": 12439
1917
- },
1918
- {
1919
- "typname": "_attributes",
1920
- "oid": 12442
1921
- },
1922
- {
1923
- "typname": "attributes",
1924
- "oid": 12443
1925
- },
1926
- {
1927
- "typname": "_character_sets",
1928
- "oid": 12447
1929
- },
1930
- {
1931
- "typname": "character_sets",
1932
- "oid": 12448
1933
- },
1934
- {
1935
- "typname": "_check_constraint_routine_usage",
1936
- "oid": 12452
1937
- },
1938
- {
1939
- "typname": "check_constraint_routine_usage",
1940
- "oid": 12453
1941
- },
1942
- {
1943
- "typname": "_check_constraints",
1944
- "oid": 12457
1945
- },
1946
- {
1947
- "typname": "check_constraints",
1948
- "oid": 12458
1949
- },
1950
- {
1951
- "typname": "_collations",
1952
- "oid": 12462
1953
- },
1954
- {
1955
- "typname": "collations",
1956
- "oid": 12463
1957
- },
1958
- {
1959
- "typname": "_collation_character_set_applicability",
1960
- "oid": 12467
1961
- },
1962
- {
1963
- "typname": "collation_character_set_applicability",
1964
- "oid": 12468
1965
- },
1966
- {
1967
- "typname": "_column_column_usage",
1968
- "oid": 12472
1969
- },
1970
- {
1971
- "typname": "column_column_usage",
1972
- "oid": 12473
1973
- },
1974
- {
1975
- "typname": "_column_domain_usage",
1976
- "oid": 12477
1977
- },
1978
- {
1979
- "typname": "column_domain_usage",
1980
- "oid": 12478
1981
- },
1982
- {
1983
- "typname": "_column_privileges",
1984
- "oid": 12482
1985
- },
1986
- {
1987
- "typname": "column_privileges",
1988
- "oid": 12483
1989
- },
1990
- {
1991
- "typname": "_column_udt_usage",
1992
- "oid": 12487
1993
- },
1994
- {
1995
- "typname": "column_udt_usage",
1996
- "oid": 12488
1997
- },
1998
- {
1999
- "typname": "_columns",
2000
- "oid": 12492
2001
- },
2002
- {
2003
- "typname": "columns",
2004
- "oid": 12493
2005
- },
2006
- {
2007
- "typname": "_constraint_column_usage",
2008
- "oid": 12497
2009
- },
2010
- {
2011
- "typname": "constraint_column_usage",
2012
- "oid": 12498
2013
- },
2014
- {
2015
- "typname": "_constraint_table_usage",
2016
- "oid": 12502
2017
- },
2018
- {
2019
- "typname": "constraint_table_usage",
2020
- "oid": 12503
2021
- },
2022
- {
2023
- "typname": "_domain_constraints",
2024
- "oid": 12507
2025
- },
2026
- {
2027
- "typname": "domain_constraints",
2028
- "oid": 12508
2029
- },
2030
- {
2031
- "typname": "_domain_udt_usage",
2032
- "oid": 12512
2033
- },
2034
- {
2035
- "typname": "domain_udt_usage",
2036
- "oid": 12513
2037
- },
2038
- {
2039
- "typname": "_domains",
2040
- "oid": 12517
2041
- },
2042
- {
2043
- "typname": "domains",
2044
- "oid": 12518
2045
- },
2046
- {
2047
- "typname": "_enabled_roles",
2048
- "oid": 12522
2049
- },
2050
- {
2051
- "typname": "enabled_roles",
2052
- "oid": 12523
2053
- },
2054
- {
2055
- "typname": "_key_column_usage",
2056
- "oid": 12526
2057
- },
2058
- {
2059
- "typname": "key_column_usage",
2060
- "oid": 12527
2061
- },
2062
- {
2063
- "typname": "_parameters",
2064
- "oid": 12531
2065
- },
2066
- {
2067
- "typname": "parameters",
2068
- "oid": 12532
2069
- },
2070
- {
2071
- "typname": "_referential_constraints",
2072
- "oid": 12536
2073
- },
2074
- {
2075
- "typname": "referential_constraints",
2076
- "oid": 12537
2077
- },
2078
- {
2079
- "typname": "_role_column_grants",
2080
- "oid": 12541
2081
- },
2082
- {
2083
- "typname": "role_column_grants",
2084
- "oid": 12542
2085
- },
2086
- {
2087
- "typname": "_routine_column_usage",
2088
- "oid": 12545
2089
- },
2090
- {
2091
- "typname": "routine_column_usage",
2092
- "oid": 12546
2093
- },
2094
- {
2095
- "typname": "_routine_privileges",
2096
- "oid": 12550
2097
- },
2098
- {
2099
- "typname": "routine_privileges",
2100
- "oid": 12551
2101
- },
2102
- {
2103
- "typname": "_role_routine_grants",
2104
- "oid": 12555
2105
- },
2106
- {
2107
- "typname": "role_routine_grants",
2108
- "oid": 12556
2109
- },
2110
- {
2111
- "typname": "_routine_routine_usage",
2112
- "oid": 12559
2113
- },
2114
- {
2115
- "typname": "routine_routine_usage",
2116
- "oid": 12560
2117
- },
2118
- {
2119
- "typname": "_routine_sequence_usage",
2120
- "oid": 12564
2121
- },
2122
- {
2123
- "typname": "routine_sequence_usage",
2124
- "oid": 12565
2125
- },
2126
- {
2127
- "typname": "_routine_table_usage",
2128
- "oid": 12569
2129
- },
2130
- {
2131
- "typname": "routine_table_usage",
2132
- "oid": 12570
2133
- },
2134
- {
2135
- "typname": "_routines",
2136
- "oid": 12574
2137
- },
2138
- {
2139
- "typname": "routines",
2140
- "oid": 12575
2141
- },
2142
- {
2143
- "typname": "_schemata",
2144
- "oid": 12579
2145
- },
2146
- {
2147
- "typname": "schemata",
2148
- "oid": 12580
2149
- },
2150
- {
2151
- "typname": "_sequences",
2152
- "oid": 12583
2153
- },
2154
- {
2155
- "typname": "sequences",
2156
- "oid": 12584
2157
- },
2158
- {
2159
- "typname": "_sql_features",
2160
- "oid": 12588
2161
- },
2162
- {
2163
- "typname": "sql_features",
2164
- "oid": 12589
2165
- },
2166
- {
2167
- "typname": "_sql_implementation_info",
2168
- "oid": 12593
2169
- },
2170
- {
2171
- "typname": "sql_implementation_info",
2172
- "oid": 12594
2173
- },
2174
- {
2175
- "typname": "_sql_parts",
2176
- "oid": 12598
2177
- },
2178
- {
2179
- "typname": "sql_parts",
2180
- "oid": 12599
2181
- },
2182
- {
2183
- "typname": "_sql_sizing",
2184
- "oid": 12603
2185
- },
2186
- {
2187
- "typname": "sql_sizing",
2188
- "oid": 12604
2189
- },
2190
- {
2191
- "typname": "_table_constraints",
2192
- "oid": 12608
2193
- },
2194
- {
2195
- "typname": "table_constraints",
2196
- "oid": 12609
2197
- },
2198
- {
2199
- "typname": "_table_privileges",
2200
- "oid": 12613
2201
- },
2202
- {
2203
- "typname": "table_privileges",
2204
- "oid": 12614
2205
- },
2206
- {
2207
- "typname": "_role_table_grants",
2208
- "oid": 12618
2209
- },
2210
- {
2211
- "typname": "role_table_grants",
2212
- "oid": 12619
2213
- },
2214
- {
2215
- "typname": "_tables",
2216
- "oid": 12622
2217
- },
2218
- {
2219
- "typname": "tables",
2220
- "oid": 12623
2221
- },
2222
- {
2223
- "typname": "_transforms",
2224
- "oid": 12627
2225
- },
2226
- {
2227
- "typname": "transforms",
2228
- "oid": 12628
2229
- },
2230
- {
2231
- "typname": "_triggered_update_columns",
2232
- "oid": 12632
2233
- },
2234
- {
2235
- "typname": "triggered_update_columns",
2236
- "oid": 12633
2237
- },
2238
- {
2239
- "typname": "_triggers",
2240
- "oid": 12637
2241
- },
2242
- {
2243
- "typname": "triggers",
2244
- "oid": 12638
2245
- },
2246
- {
2247
- "typname": "_udt_privileges",
2248
- "oid": 12642
2249
- },
2250
- {
2251
- "typname": "udt_privileges",
2252
- "oid": 12643
2253
- },
2254
- {
2255
- "typname": "_role_udt_grants",
2256
- "oid": 12647
2257
- },
2258
- {
2259
- "typname": "role_udt_grants",
2260
- "oid": 12648
2261
- },
2262
- {
2263
- "typname": "_usage_privileges",
2264
- "oid": 12651
2265
- },
2266
- {
2267
- "typname": "usage_privileges",
2268
- "oid": 12652
2269
- },
2270
- {
2271
- "typname": "_role_usage_grants",
2272
- "oid": 12656
2273
- },
2274
- {
2275
- "typname": "role_usage_grants",
2276
- "oid": 12657
2277
- },
2278
- {
2279
- "typname": "_user_defined_types",
2280
- "oid": 12660
2281
- },
2282
- {
2283
- "typname": "user_defined_types",
2284
- "oid": 12661
2285
- },
2286
- {
2287
- "typname": "_view_column_usage",
2288
- "oid": 12665
2289
- },
2290
- {
2291
- "typname": "view_column_usage",
2292
- "oid": 12666
2293
- },
2294
- {
2295
- "typname": "_view_routine_usage",
2296
- "oid": 12670
2297
- },
2298
- {
2299
- "typname": "view_routine_usage",
2300
- "oid": 12671
2301
- },
2302
- {
2303
- "typname": "_view_table_usage",
2304
- "oid": 12675
2305
- },
2306
- {
2307
- "typname": "view_table_usage",
2308
- "oid": 12676
2309
- },
2310
- {
2311
- "typname": "_views",
2312
- "oid": 12680
2313
- },
2314
- {
2315
- "typname": "views",
2316
- "oid": 12681
2317
- },
2318
- {
2319
- "typname": "_data_type_privileges",
2320
- "oid": 12685
2321
- },
2322
- {
2323
- "typname": "data_type_privileges",
2324
- "oid": 12686
2325
- },
2326
- {
2327
- "typname": "_element_types",
2328
- "oid": 12690
2329
- },
2330
- {
2331
- "typname": "element_types",
2332
- "oid": 12691
2333
- },
2334
- {
2335
- "typname": "__pg_foreign_table_columns",
2336
- "oid": 12695
2337
- },
2338
- {
2339
- "typname": "_pg_foreign_table_columns",
2340
- "oid": 12696
2341
- },
2342
- {
2343
- "typname": "_column_options",
2344
- "oid": 12700
2345
- },
2346
- {
2347
- "typname": "column_options",
2348
- "oid": 12701
2349
- },
2350
- {
2351
- "typname": "__pg_foreign_data_wrappers",
2352
- "oid": 12704
2353
- },
2354
- {
2355
- "typname": "_pg_foreign_data_wrappers",
2356
- "oid": 12705
2357
- },
2358
- {
2359
- "typname": "_foreign_data_wrapper_options",
2360
- "oid": 12708
2361
- },
2362
- {
2363
- "typname": "foreign_data_wrapper_options",
2364
- "oid": 12709
2365
- },
2366
- {
2367
- "typname": "_foreign_data_wrappers",
2368
- "oid": 12712
2369
- },
2370
- {
2371
- "typname": "foreign_data_wrappers",
2372
- "oid": 12713
2373
- },
2374
- {
2375
- "typname": "__pg_foreign_servers",
2376
- "oid": 12716
2377
- },
2378
- {
2379
- "typname": "_pg_foreign_servers",
2380
- "oid": 12717
2381
- },
2382
- {
2383
- "typname": "_foreign_server_options",
2384
- "oid": 12721
2385
- },
2386
- {
2387
- "typname": "foreign_server_options",
2388
- "oid": 12722
2389
- },
2390
- {
2391
- "typname": "_foreign_servers",
2392
- "oid": 12725
2393
- },
2394
- {
2395
- "typname": "foreign_servers",
2396
- "oid": 12726
2397
- },
2398
- {
2399
- "typname": "__pg_foreign_tables",
2400
- "oid": 12729
2401
- },
2402
- {
2403
- "typname": "_pg_foreign_tables",
2404
- "oid": 12730
2405
- },
2406
- {
2407
- "typname": "_foreign_table_options",
2408
- "oid": 12734
2409
- },
2410
- {
2411
- "typname": "foreign_table_options",
2412
- "oid": 12735
2413
- },
2414
- {
2415
- "typname": "_foreign_tables",
2416
- "oid": 12738
2417
- },
2418
- {
2419
- "typname": "foreign_tables",
2420
- "oid": 12739
2421
- },
2422
- {
2423
- "typname": "__pg_user_mappings",
2424
- "oid": 12742
2425
- },
2426
- {
2427
- "typname": "_pg_user_mappings",
2428
- "oid": 12743
2429
- },
2430
- {
2431
- "typname": "_user_mapping_options",
2432
- "oid": 12747
2433
- },
2434
- {
2435
- "typname": "user_mapping_options",
2436
- "oid": 12748
2437
- },
2438
- {
2439
- "typname": "_user_mappings",
2440
- "oid": 12752
2441
- },
2442
- {
2443
- "typname": "user_mappings",
2444
- "oid": 12753
2445
- },
2446
- {
2447
- "typname": "_crypto_box_keypair",
2448
- "oid": 16657
2449
- },
2450
- {
2451
- "typname": "crypto_box_keypair",
2452
- "oid": 16658
2453
- },
2454
- {
2455
- "typname": "_crypto_sign_keypair",
2456
- "oid": 16664
2457
- },
2458
- {
2459
- "typname": "crypto_sign_keypair",
2460
- "oid": 16665
2461
- },
2462
- {
2463
- "typname": "_crypto_kx_keypair",
2464
- "oid": 16680
2465
- },
2466
- {
2467
- "typname": "crypto_kx_keypair",
2468
- "oid": 16681
2469
- },
2470
- {
2471
- "typname": "_crypto_kx_session",
2472
- "oid": 16686
2473
- },
2474
- {
2475
- "typname": "crypto_kx_session",
2476
- "oid": 16687
2477
- },
2478
- {
2479
- "typname": "_crypto_signcrypt_state_key",
2480
- "oid": 16754
2481
- },
2482
- {
2483
- "typname": "crypto_signcrypt_state_key",
2484
- "oid": 16755
2485
- },
2486
- {
2487
- "typname": "_crypto_signcrypt_keypair",
2488
- "oid": 16757
2489
- },
2490
- {
2491
- "typname": "crypto_signcrypt_keypair",
2492
- "oid": 16758
2493
- },
2494
- {
2495
- "typname": "_key_status",
2496
- "oid": 16771
2497
- },
2498
- {
2499
- "typname": "key_status",
2500
- "oid": 16772
2501
- },
2502
- {
2503
- "typname": "_key_type",
2504
- "oid": 16781
2505
- },
2506
- {
2507
- "typname": "key_type",
2508
- "oid": 16782
2509
- },
2510
- {
2511
- "typname": "_key",
2512
- "oid": 16789
2513
- },
2514
- {
2515
- "typname": "key",
2516
- "oid": 16790
2517
- },
2518
- {
2519
- "typname": "__key_id_context",
2520
- "oid": 16810
2521
- },
2522
- {
2523
- "typname": "_key_id_context",
2524
- "oid": 16811
2525
- },
2526
- {
2527
- "typname": "_valid_key",
2528
- "oid": 16893
2529
- },
2530
- {
2531
- "typname": "valid_key",
2532
- "oid": 16894
2533
- },
2534
- {
2535
- "typname": "_masking_rule",
2536
- "oid": 16909
2537
- },
2538
- {
2539
- "typname": "masking_rule",
2540
- "oid": 16910
2541
- },
2542
- {
2543
- "typname": "_mask_columns",
2544
- "oid": 16914
2545
- },
2546
- {
2547
- "typname": "mask_columns",
2548
- "oid": 16915
2549
- },
2550
- {
2551
- "typname": "_decrypted_key",
2552
- "oid": 16939
2553
- },
2554
- {
2555
- "typname": "decrypted_key",
2556
- "oid": 16940
2557
- },
2558
- {
2559
- "typname": "_pg_stat_statements_info",
2560
- "oid": 27035
2561
- },
2562
- {
2563
- "typname": "pg_stat_statements_info",
2564
- "oid": 27036
2565
- },
2566
- {
2567
- "typname": "_pg_stat_statements",
2568
- "oid": 27046
2569
- },
2570
- {
2571
- "typname": "pg_stat_statements",
2572
- "oid": 27047
2573
- },
2574
- {
2575
- "typname": "_aal_level",
2576
- "oid": 27105
2577
- },
2578
- {
2579
- "typname": "aal_level",
2580
- "oid": 27106
2581
- },
2582
- {
2583
- "typname": "_factor_status",
2584
- "oid": 27113
2585
- },
2586
- {
2587
- "typname": "factor_status",
2588
- "oid": 27114
2589
- },
2590
- {
2591
- "typname": "_factor_type",
2592
- "oid": 27119
2593
- },
2594
- {
2595
- "typname": "factor_type",
2596
- "oid": 27120
2597
- },
2598
- {
2599
- "typname": "_audit_log_entries",
2600
- "oid": 27142
2601
- },
2602
- {
2603
- "typname": "audit_log_entries",
2604
- "oid": 27143
2605
- },
2606
- {
2607
- "typname": "_identities",
2608
- "oid": 27148
2609
- },
2610
- {
2611
- "typname": "identities",
2612
- "oid": 27149
2613
- },
2614
- {
2615
- "typname": "_instances",
2616
- "oid": 27153
2617
- },
2618
- {
2619
- "typname": "instances",
2620
- "oid": 27154
2621
- },
2622
- {
2623
- "typname": "_mfa_amr_claims",
2624
- "oid": 27158
2625
- },
2626
- {
2627
- "typname": "mfa_amr_claims",
2628
- "oid": 27159
2629
- },
2630
- {
2631
- "typname": "_mfa_challenges",
2632
- "oid": 27163
2633
- },
2634
- {
2635
- "typname": "mfa_challenges",
2636
- "oid": 27164
2637
- },
2638
- {
2639
- "typname": "_mfa_factors",
2640
- "oid": 27168
2641
- },
2642
- {
2643
- "typname": "mfa_factors",
2644
- "oid": 27169
2645
- },
2646
- {
2647
- "typname": "_refresh_tokens",
2648
- "oid": 27173
2649
- },
2650
- {
2651
- "typname": "refresh_tokens",
2652
- "oid": 27174
2653
- },
2654
- {
2655
- "typname": "_saml_providers",
2656
- "oid": 27179
2657
- },
2658
- {
2659
- "typname": "saml_providers",
2660
- "oid": 27180
2661
- },
2662
- {
2663
- "typname": "_saml_relay_states",
2664
- "oid": 27187
2665
- },
2666
- {
2667
- "typname": "saml_relay_states",
2668
- "oid": 27188
2669
- },
2670
- {
2671
- "typname": "_schema_migrations",
2672
- "oid": 27193
2673
- },
2674
- {
2675
- "typname": "schema_migrations",
2676
- "oid": 27194
2677
- },
2678
- {
2679
- "typname": "_sessions",
2680
- "oid": 27196
2681
- },
2682
- {
2683
- "typname": "sessions",
2684
- "oid": 27197
2685
- },
2686
- {
2687
- "typname": "_sso_domains",
2688
- "oid": 27199
2689
- },
2690
- {
2691
- "typname": "sso_domains",
2692
- "oid": 27200
2693
- },
2694
- {
2695
- "typname": "_sso_providers",
2696
- "oid": 27205
2697
- },
2698
- {
2699
- "typname": "sso_providers",
2700
- "oid": 27206
2701
- },
2702
- {
2703
- "typname": "_users",
2704
- "oid": 27215
2705
- },
2706
- {
2707
- "typname": "users",
2708
- "oid": 27216
2709
- },
2710
- {
2711
- "typname": "_invoice",
2712
- "oid": 27228
2713
- },
2714
- {
2715
- "typname": "invoice",
2716
- "oid": 27229
2717
- },
2718
- {
2719
- "typname": "_subscription",
2720
- "oid": 27234
2721
- },
2722
- {
2723
- "typname": "subscription",
2724
- "oid": 27235
2725
- },
2726
- {
2727
- "typname": "_transactions",
2728
- "oid": 27240
2729
- },
2730
- {
2731
- "typname": "transactions",
2732
- "oid": 27241
2733
- },
2734
- {
2735
- "typname": "_buckets",
2736
- "oid": 27247
2737
- },
2738
- {
2739
- "typname": "buckets",
2740
- "oid": 27248
2741
- },
2742
- {
2743
- "typname": "_migrations",
2744
- "oid": 27255
2745
- },
2746
- {
2747
- "typname": "migrations",
2748
- "oid": 27256
2749
- },
2750
- {
2751
- "typname": "_objects",
2752
- "oid": 27259
2753
- },
2754
- {
2755
- "typname": "objects",
2756
- "oid": 27260
2757
- },
2758
- {
2759
- "typname": "_code_challenge_method",
2760
- "oid": 27516
2761
- },
2762
- {
2763
- "typname": "code_challenge_method",
2764
- "oid": 27517
2765
- },
2766
- {
2767
- "typname": "_flow_state",
2768
- "oid": 27522
2769
- },
2770
- {
2771
- "typname": "flow_state",
2772
- "oid": 27523
2773
- },
2774
- {
2775
- "typname": "_customers",
2776
- "oid": 27531
2777
- },
2778
- {
2779
- "typname": "customers",
2780
- "oid": 27532
2781
- }
2782
- ]
2
+ {"typname": "bool", "oid": 16},
3
+ {"typname": "bytea", "oid": 17},
4
+ {"typname": "char", "oid": 18},
5
+ {"typname": "name", "oid": 19},
6
+ {"typname": "int8", "oid": 20},
7
+ {"typname": "int2", "oid": 21},
8
+ {"typname": "int2vector", "oid": 22},
9
+ {"typname": "int4", "oid": 23},
10
+ {"typname": "regproc", "oid": 24},
11
+ {"typname": "text", "oid": 25},
12
+ {"typname": "oid", "oid": 26},
13
+ {"typname": "tid", "oid": 27},
14
+ {"typname": "xid", "oid": 28},
15
+ {"typname": "cid", "oid": 29},
16
+ {"typname": "oidvector", "oid": 30},
17
+ {"typname": "pg_ddl_command", "oid": 32},
18
+ {"typname": "pg_type", "oid": 71},
19
+ {"typname": "pg_attribute", "oid": 75},
20
+ {"typname": "pg_proc", "oid": 81},
21
+ {"typname": "pg_class", "oid": 83},
22
+ {"typname": "json", "oid": 114},
23
+ {"typname": "xml", "oid": 142},
24
+ {"typname": "_xml", "oid": 143},
25
+ {"typname": "pg_node_tree", "oid": 194},
26
+ {"typname": "_json", "oid": 199},
27
+ {"typname": "_pg_type", "oid": 210},
28
+ {"typname": "table_am_handler", "oid": 269},
29
+ {"typname": "_pg_attribute", "oid": 270},
30
+ {"typname": "_xid8", "oid": 271},
31
+ {"typname": "_pg_proc", "oid": 272},
32
+ {"typname": "_pg_class", "oid": 273},
33
+ {"typname": "index_am_handler", "oid": 325},
34
+ {"typname": "point", "oid": 600},
35
+ {"typname": "lseg", "oid": 601},
36
+ {"typname": "path", "oid": 602},
37
+ {"typname": "box", "oid": 603},
38
+ {"typname": "polygon", "oid": 604},
39
+ {"typname": "line", "oid": 628},
40
+ {"typname": "_line", "oid": 629},
41
+ {"typname": "cidr", "oid": 650},
42
+ {"typname": "_cidr", "oid": 651},
43
+ {"typname": "float4", "oid": 700},
44
+ {"typname": "float8", "oid": 701},
45
+ {"typname": "unknown", "oid": 705},
46
+ {"typname": "circle", "oid": 718},
47
+ {"typname": "_circle", "oid": 719},
48
+ {"typname": "macaddr8", "oid": 774},
49
+ {"typname": "_macaddr8", "oid": 775},
50
+ {"typname": "money", "oid": 790},
51
+ {"typname": "_money", "oid": 791},
52
+ {"typname": "macaddr", "oid": 829},
53
+ {"typname": "inet", "oid": 869},
54
+ {"typname": "_bool", "oid": 1000},
55
+ {"typname": "_bytea", "oid": 1001},
56
+ {"typname": "_char", "oid": 1002},
57
+ {"typname": "_name", "oid": 1003},
58
+ {"typname": "_int2", "oid": 1005},
59
+ {"typname": "_int2vector", "oid": 1006},
60
+ {"typname": "_int4", "oid": 1007},
61
+ {"typname": "_regproc", "oid": 1008},
62
+ {"typname": "_text", "oid": 1009},
63
+ {"typname": "_tid", "oid": 1010},
64
+ {"typname": "_xid", "oid": 1011},
65
+ {"typname": "_cid", "oid": 1012},
66
+ {"typname": "_oidvector", "oid": 1013},
67
+ {"typname": "_bpchar", "oid": 1014},
68
+ {"typname": "_varchar", "oid": 1015},
69
+ {"typname": "_int8", "oid": 1016},
70
+ {"typname": "_point", "oid": 1017},
71
+ {"typname": "_lseg", "oid": 1018},
72
+ {"typname": "_path", "oid": 1019},
73
+ {"typname": "_box", "oid": 1020},
74
+ {"typname": "_float4", "oid": 1021},
75
+ {"typname": "_float8", "oid": 1022},
76
+ {"typname": "_polygon", "oid": 1027},
77
+ {"typname": "_oid", "oid": 1028},
78
+ {"typname": "aclitem", "oid": 1033},
79
+ {"typname": "_aclitem", "oid": 1034},
80
+ {"typname": "_macaddr", "oid": 1040},
81
+ {"typname": "_inet", "oid": 1041},
82
+ {"typname": "bpchar", "oid": 1042},
83
+ {"typname": "varchar", "oid": 1043},
84
+ {"typname": "date", "oid": 1082},
85
+ {"typname": "time", "oid": 1083},
86
+ {"typname": "timestamp", "oid": 1114},
87
+ {"typname": "_timestamp", "oid": 1115},
88
+ {"typname": "_date", "oid": 1182},
89
+ {"typname": "_time", "oid": 1183},
90
+ {"typname": "timestamptz", "oid": 1184},
91
+ {"typname": "_timestamptz", "oid": 1185},
92
+ {"typname": "interval", "oid": 1186},
93
+ {"typname": "_interval", "oid": 1187},
94
+ {"typname": "_numeric", "oid": 1231},
95
+ {"typname": "pg_database", "oid": 1248},
96
+ {"typname": "_cstring", "oid": 1263},
97
+ {"typname": "timetz", "oid": 1266},
98
+ {"typname": "_timetz", "oid": 1270},
99
+ {"typname": "bit", "oid": 1560},
100
+ {"typname": "_bit", "oid": 1561},
101
+ {"typname": "varbit", "oid": 1562},
102
+ {"typname": "_varbit", "oid": 1563},
103
+ {"typname": "numeric", "oid": 1700},
104
+ {"typname": "refcursor", "oid": 1790},
105
+ {"typname": "_refcursor", "oid": 2201},
106
+ {"typname": "regprocedure", "oid": 2202},
107
+ {"typname": "regoper", "oid": 2203},
108
+ {"typname": "regoperator", "oid": 2204},
109
+ {"typname": "regclass", "oid": 2205},
110
+ {"typname": "regtype", "oid": 2206},
111
+ {"typname": "_regprocedure", "oid": 2207},
112
+ {"typname": "_regoper", "oid": 2208},
113
+ {"typname": "_regoperator", "oid": 2209},
114
+ {"typname": "_regclass", "oid": 2210},
115
+ {"typname": "_regtype", "oid": 2211},
116
+ {"typname": "record", "oid": 2249},
117
+ {"typname": "cstring", "oid": 2275},
118
+ {"typname": "any", "oid": 2276},
119
+ {"typname": "anyarray", "oid": 2277},
120
+ {"typname": "void", "oid": 2278},
121
+ {"typname": "trigger", "oid": 2279},
122
+ {"typname": "language_handler", "oid": 2280},
123
+ {"typname": "internal", "oid": 2281},
124
+ {"typname": "anyelement", "oid": 2283},
125
+ {"typname": "_record", "oid": 2287},
126
+ {"typname": "anynonarray", "oid": 2776},
127
+ {"typname": "pg_authid", "oid": 2842},
128
+ {"typname": "pg_auth_members", "oid": 2843},
129
+ {"typname": "_txid_snapshot", "oid": 2949},
130
+ {"typname": "uuid", "oid": 2950},
131
+ {"typname": "_uuid", "oid": 2951},
132
+ {"typname": "txid_snapshot", "oid": 2970},
133
+ {"typname": "fdw_handler", "oid": 3115},
134
+ {"typname": "pg_lsn", "oid": 3220},
135
+ {"typname": "_pg_lsn", "oid": 3221},
136
+ {"typname": "tsm_handler", "oid": 3310},
137
+ {"typname": "pg_ndistinct", "oid": 3361},
138
+ {"typname": "pg_dependencies", "oid": 3402},
139
+ {"typname": "anyenum", "oid": 3500},
140
+ {"typname": "tsvector", "oid": 3614},
141
+ {"typname": "tsquery", "oid": 3615},
142
+ {"typname": "gtsvector", "oid": 3642},
143
+ {"typname": "_tsvector", "oid": 3643},
144
+ {"typname": "_gtsvector", "oid": 3644},
145
+ {"typname": "_tsquery", "oid": 3645},
146
+ {"typname": "regconfig", "oid": 3734},
147
+ {"typname": "_regconfig", "oid": 3735},
148
+ {"typname": "regdictionary", "oid": 3769},
149
+ {"typname": "_regdictionary", "oid": 3770},
150
+ {"typname": "jsonb", "oid": 3802},
151
+ {"typname": "_jsonb", "oid": 3807},
152
+ {"typname": "anyrange", "oid": 3831},
153
+ {"typname": "event_trigger", "oid": 3838},
154
+ {"typname": "int4range", "oid": 3904},
155
+ {"typname": "_int4range", "oid": 3905},
156
+ {"typname": "numrange", "oid": 3906},
157
+ {"typname": "_numrange", "oid": 3907},
158
+ {"typname": "tsrange", "oid": 3908},
159
+ {"typname": "_tsrange", "oid": 3909},
160
+ {"typname": "tstzrange", "oid": 3910},
161
+ {"typname": "_tstzrange", "oid": 3911},
162
+ {"typname": "daterange", "oid": 3912},
163
+ {"typname": "_daterange", "oid": 3913},
164
+ {"typname": "int8range", "oid": 3926},
165
+ {"typname": "_int8range", "oid": 3927},
166
+ {"typname": "pg_shseclabel", "oid": 4066},
167
+ {"typname": "jsonpath", "oid": 4072},
168
+ {"typname": "_jsonpath", "oid": 4073},
169
+ {"typname": "regnamespace", "oid": 4089},
170
+ {"typname": "_regnamespace", "oid": 4090},
171
+ {"typname": "regrole", "oid": 4096},
172
+ {"typname": "_regrole", "oid": 4097},
173
+ {"typname": "regcollation", "oid": 4191},
174
+ {"typname": "_regcollation", "oid": 4192},
175
+ {"typname": "int4multirange", "oid": 4451},
176
+ {"typname": "nummultirange", "oid": 4532},
177
+ {"typname": "tsmultirange", "oid": 4533},
178
+ {"typname": "tstzmultirange", "oid": 4534},
179
+ {"typname": "datemultirange", "oid": 4535},
180
+ {"typname": "int8multirange", "oid": 4536},
181
+ {"typname": "anymultirange", "oid": 4537},
182
+ {"typname": "anycompatiblemultirange", "oid": 4538},
183
+ {"typname": "pg_brin_bloom_summary", "oid": 4600},
184
+ {"typname": "pg_brin_minmax_multi_summary", "oid": 4601},
185
+ {"typname": "pg_mcv_list", "oid": 5017},
186
+ {"typname": "pg_snapshot", "oid": 5038},
187
+ {"typname": "_pg_snapshot", "oid": 5039},
188
+ {"typname": "xid8", "oid": 5069},
189
+ {"typname": "anycompatible", "oid": 5077},
190
+ {"typname": "anycompatiblearray", "oid": 5078},
191
+ {"typname": "anycompatiblenonarray", "oid": 5079},
192
+ {"typname": "anycompatiblerange", "oid": 5080},
193
+ {"typname": "pg_subscription", "oid": 6101},
194
+ {"typname": "_int4multirange", "oid": 6150},
195
+ {"typname": "_nummultirange", "oid": 6151},
196
+ {"typname": "_tsmultirange", "oid": 6152},
197
+ {"typname": "_tstzmultirange", "oid": 6153},
198
+ {"typname": "_datemultirange", "oid": 6155},
199
+ {"typname": "_int8multirange", "oid": 6157},
200
+ {"typname": "_pg_attrdef", "oid": 10000},
201
+ {"typname": "pg_attrdef", "oid": 10001},
202
+ {"typname": "_pg_constraint", "oid": 10002},
203
+ {"typname": "pg_constraint", "oid": 10003},
204
+ {"typname": "_pg_inherits", "oid": 10004},
205
+ {"typname": "pg_inherits", "oid": 10005},
206
+ {"typname": "_pg_index", "oid": 10006},
207
+ {"typname": "pg_index", "oid": 10007},
208
+ {"typname": "_pg_operator", "oid": 10008},
209
+ {"typname": "pg_operator", "oid": 10009},
210
+ {"typname": "_pg_opfamily", "oid": 10010},
211
+ {"typname": "pg_opfamily", "oid": 10011},
212
+ {"typname": "_pg_opclass", "oid": 10012},
213
+ {"typname": "pg_opclass", "oid": 10013},
214
+ {"typname": "_pg_am", "oid": 10014},
215
+ {"typname": "pg_am", "oid": 10015},
216
+ {"typname": "_pg_amop", "oid": 10016},
217
+ {"typname": "pg_amop", "oid": 10017},
218
+ {"typname": "_pg_amproc", "oid": 10018},
219
+ {"typname": "pg_amproc", "oid": 10019},
220
+ {"typname": "_pg_language", "oid": 10020},
221
+ {"typname": "pg_language", "oid": 10021},
222
+ {"typname": "_pg_largeobject_metadata", "oid": 10022},
223
+ {"typname": "pg_largeobject_metadata", "oid": 10023},
224
+ {"typname": "_pg_largeobject", "oid": 10024},
225
+ {"typname": "pg_largeobject", "oid": 10025},
226
+ {"typname": "_pg_aggregate", "oid": 10026},
227
+ {"typname": "pg_aggregate", "oid": 10027},
228
+ {"typname": "_pg_statistic", "oid": 10028},
229
+ {"typname": "pg_statistic", "oid": 10029},
230
+ {"typname": "_pg_statistic_ext", "oid": 10030},
231
+ {"typname": "pg_statistic_ext", "oid": 10031},
232
+ {"typname": "_pg_statistic_ext_data", "oid": 10032},
233
+ {"typname": "pg_statistic_ext_data", "oid": 10033},
234
+ {"typname": "_pg_rewrite", "oid": 10034},
235
+ {"typname": "pg_rewrite", "oid": 10035},
236
+ {"typname": "_pg_trigger", "oid": 10036},
237
+ {"typname": "pg_trigger", "oid": 10037},
238
+ {"typname": "_pg_event_trigger", "oid": 10038},
239
+ {"typname": "pg_event_trigger", "oid": 10039},
240
+ {"typname": "_pg_description", "oid": 10040},
241
+ {"typname": "pg_description", "oid": 10041},
242
+ {"typname": "_pg_cast", "oid": 10042},
243
+ {"typname": "pg_cast", "oid": 10043},
244
+ {"typname": "_pg_enum", "oid": 10044},
245
+ {"typname": "pg_enum", "oid": 10045},
246
+ {"typname": "_pg_namespace", "oid": 10046},
247
+ {"typname": "pg_namespace", "oid": 10047},
248
+ {"typname": "_pg_conversion", "oid": 10048},
249
+ {"typname": "pg_conversion", "oid": 10049},
250
+ {"typname": "_pg_depend", "oid": 10050},
251
+ {"typname": "pg_depend", "oid": 10051},
252
+ {"typname": "_pg_database", "oid": 10052},
253
+ {"typname": "_pg_db_role_setting", "oid": 10053},
254
+ {"typname": "pg_db_role_setting", "oid": 10054},
255
+ {"typname": "_pg_tablespace", "oid": 10055},
256
+ {"typname": "pg_tablespace", "oid": 10056},
257
+ {"typname": "_pg_authid", "oid": 10057},
258
+ {"typname": "_pg_auth_members", "oid": 10058},
259
+ {"typname": "_pg_shdepend", "oid": 10059},
260
+ {"typname": "pg_shdepend", "oid": 10060},
261
+ {"typname": "_pg_shdescription", "oid": 10061},
262
+ {"typname": "pg_shdescription", "oid": 10062},
263
+ {"typname": "_pg_ts_config", "oid": 10063},
264
+ {"typname": "pg_ts_config", "oid": 10064},
265
+ {"typname": "_pg_ts_config_map", "oid": 10065},
266
+ {"typname": "pg_ts_config_map", "oid": 10066},
267
+ {"typname": "_pg_ts_dict", "oid": 10067},
268
+ {"typname": "pg_ts_dict", "oid": 10068},
269
+ {"typname": "_pg_ts_parser", "oid": 10069},
270
+ {"typname": "pg_ts_parser", "oid": 10070},
271
+ {"typname": "_pg_ts_template", "oid": 10071},
272
+ {"typname": "pg_ts_template", "oid": 10072},
273
+ {"typname": "_pg_extension", "oid": 10073},
274
+ {"typname": "pg_extension", "oid": 10074},
275
+ {"typname": "_pg_foreign_data_wrapper", "oid": 10075},
276
+ {"typname": "pg_foreign_data_wrapper", "oid": 10076},
277
+ {"typname": "_pg_foreign_server", "oid": 10077},
278
+ {"typname": "pg_foreign_server", "oid": 10078},
279
+ {"typname": "_pg_user_mapping", "oid": 10079},
280
+ {"typname": "pg_user_mapping", "oid": 10080},
281
+ {"typname": "_pg_foreign_table", "oid": 10081},
282
+ {"typname": "pg_foreign_table", "oid": 10082},
283
+ {"typname": "_pg_policy", "oid": 10083},
284
+ {"typname": "pg_policy", "oid": 10084},
285
+ {"typname": "_pg_replication_origin", "oid": 10085},
286
+ {"typname": "pg_replication_origin", "oid": 10086},
287
+ {"typname": "_pg_default_acl", "oid": 10087},
288
+ {"typname": "pg_default_acl", "oid": 10088},
289
+ {"typname": "_pg_init_privs", "oid": 10089},
290
+ {"typname": "pg_init_privs", "oid": 10090},
291
+ {"typname": "_pg_seclabel", "oid": 10091},
292
+ {"typname": "pg_seclabel", "oid": 10092},
293
+ {"typname": "_pg_shseclabel", "oid": 10093},
294
+ {"typname": "_pg_collation", "oid": 10094},
295
+ {"typname": "pg_collation", "oid": 10095},
296
+ {"typname": "_pg_parameter_acl", "oid": 10096},
297
+ {"typname": "pg_parameter_acl", "oid": 10097},
298
+ {"typname": "_pg_partitioned_table", "oid": 10098},
299
+ {"typname": "pg_partitioned_table", "oid": 10099},
300
+ {"typname": "_pg_range", "oid": 10100},
301
+ {"typname": "pg_range", "oid": 10101},
302
+ {"typname": "_pg_transform", "oid": 10102},
303
+ {"typname": "pg_transform", "oid": 10103},
304
+ {"typname": "_pg_sequence", "oid": 10104},
305
+ {"typname": "pg_sequence", "oid": 10105},
306
+ {"typname": "_pg_publication", "oid": 10106},
307
+ {"typname": "pg_publication", "oid": 10107},
308
+ {"typname": "_pg_publication_namespace", "oid": 10108},
309
+ {"typname": "pg_publication_namespace", "oid": 10109},
310
+ {"typname": "_pg_publication_rel", "oid": 10110},
311
+ {"typname": "pg_publication_rel", "oid": 10111},
312
+ {"typname": "_pg_subscription", "oid": 10112},
313
+ {"typname": "_pg_subscription_rel", "oid": 10113},
314
+ {"typname": "pg_subscription_rel", "oid": 10114},
315
+ {"typname": "_pg_roles", "oid": 12001},
316
+ {"typname": "pg_roles", "oid": 12002},
317
+ {"typname": "_pg_shadow", "oid": 12006},
318
+ {"typname": "pg_shadow", "oid": 12007},
319
+ {"typname": "_pg_group", "oid": 12011},
320
+ {"typname": "pg_group", "oid": 12012},
321
+ {"typname": "_pg_user", "oid": 12015},
322
+ {"typname": "pg_user", "oid": 12016},
323
+ {"typname": "_pg_policies", "oid": 12019},
324
+ {"typname": "pg_policies", "oid": 12020},
325
+ {"typname": "_pg_rules", "oid": 12024},
326
+ {"typname": "pg_rules", "oid": 12025},
327
+ {"typname": "_pg_views", "oid": 12029},
328
+ {"typname": "pg_views", "oid": 12030},
329
+ {"typname": "_pg_tables", "oid": 12034},
330
+ {"typname": "pg_tables", "oid": 12035},
331
+ {"typname": "_pg_matviews", "oid": 12039},
332
+ {"typname": "pg_matviews", "oid": 12040},
333
+ {"typname": "_pg_indexes", "oid": 12044},
334
+ {"typname": "pg_indexes", "oid": 12045},
335
+ {"typname": "_pg_sequences", "oid": 12049},
336
+ {"typname": "pg_sequences", "oid": 12050},
337
+ {"typname": "_pg_stats", "oid": 12054},
338
+ {"typname": "pg_stats", "oid": 12055},
339
+ {"typname": "_pg_stats_ext", "oid": 12059},
340
+ {"typname": "pg_stats_ext", "oid": 12060},
341
+ {"typname": "_pg_stats_ext_exprs", "oid": 12064},
342
+ {"typname": "pg_stats_ext_exprs", "oid": 12065},
343
+ {"typname": "_pg_publication_tables", "oid": 12069},
344
+ {"typname": "pg_publication_tables", "oid": 12070},
345
+ {"typname": "_pg_locks", "oid": 12074},
346
+ {"typname": "pg_locks", "oid": 12075},
347
+ {"typname": "_pg_cursors", "oid": 12078},
348
+ {"typname": "pg_cursors", "oid": 12079},
349
+ {"typname": "_pg_available_extensions", "oid": 12082},
350
+ {"typname": "pg_available_extensions", "oid": 12083},
351
+ {"typname": "_pg_available_extension_versions", "oid": 12086},
352
+ {"typname": "pg_available_extension_versions", "oid": 12087},
353
+ {"typname": "_pg_prepared_xacts", "oid": 12091},
354
+ {"typname": "pg_prepared_xacts", "oid": 12092},
355
+ {"typname": "_pg_prepared_statements", "oid": 12096},
356
+ {"typname": "pg_prepared_statements", "oid": 12097},
357
+ {"typname": "_pg_seclabels", "oid": 12100},
358
+ {"typname": "pg_seclabels", "oid": 12101},
359
+ {"typname": "_pg_settings", "oid": 12105},
360
+ {"typname": "pg_settings", "oid": 12106},
361
+ {"typname": "_pg_file_settings", "oid": 12111},
362
+ {"typname": "pg_file_settings", "oid": 12112},
363
+ {"typname": "_pg_hba_file_rules", "oid": 12115},
364
+ {"typname": "pg_hba_file_rules", "oid": 12116},
365
+ {"typname": "_pg_ident_file_mappings", "oid": 12119},
366
+ {"typname": "pg_ident_file_mappings", "oid": 12120},
367
+ {"typname": "_pg_timezone_abbrevs", "oid": 12123},
368
+ {"typname": "pg_timezone_abbrevs", "oid": 12124},
369
+ {"typname": "_pg_timezone_names", "oid": 12127},
370
+ {"typname": "pg_timezone_names", "oid": 12128},
371
+ {"typname": "_pg_config", "oid": 12131},
372
+ {"typname": "pg_config", "oid": 12132},
373
+ {"typname": "_pg_shmem_allocations", "oid": 12135},
374
+ {"typname": "pg_shmem_allocations", "oid": 12136},
375
+ {"typname": "_pg_backend_memory_contexts", "oid": 12139},
376
+ {"typname": "pg_backend_memory_contexts", "oid": 12140},
377
+ {"typname": "_pg_stat_all_tables", "oid": 12143},
378
+ {"typname": "pg_stat_all_tables", "oid": 12144},
379
+ {"typname": "_pg_stat_xact_all_tables", "oid": 12148},
380
+ {"typname": "pg_stat_xact_all_tables", "oid": 12149},
381
+ {"typname": "_pg_stat_sys_tables", "oid": 12153},
382
+ {"typname": "pg_stat_sys_tables", "oid": 12154},
383
+ {"typname": "_pg_stat_xact_sys_tables", "oid": 12158},
384
+ {"typname": "pg_stat_xact_sys_tables", "oid": 12159},
385
+ {"typname": "_pg_stat_user_tables", "oid": 12162},
386
+ {"typname": "pg_stat_user_tables", "oid": 12163},
387
+ {"typname": "_pg_stat_xact_user_tables", "oid": 12167},
388
+ {"typname": "pg_stat_xact_user_tables", "oid": 12168},
389
+ {"typname": "_pg_statio_all_tables", "oid": 12171},
390
+ {"typname": "pg_statio_all_tables", "oid": 12172},
391
+ {"typname": "_pg_statio_sys_tables", "oid": 12176},
392
+ {"typname": "pg_statio_sys_tables", "oid": 12177},
393
+ {"typname": "_pg_statio_user_tables", "oid": 12180},
394
+ {"typname": "pg_statio_user_tables", "oid": 12181},
395
+ {"typname": "_pg_stat_all_indexes", "oid": 12184},
396
+ {"typname": "pg_stat_all_indexes", "oid": 12185},
397
+ {"typname": "_pg_stat_sys_indexes", "oid": 12189},
398
+ {"typname": "pg_stat_sys_indexes", "oid": 12190},
399
+ {"typname": "_pg_stat_user_indexes", "oid": 12193},
400
+ {"typname": "pg_stat_user_indexes", "oid": 12194},
401
+ {"typname": "_pg_statio_all_indexes", "oid": 12197},
402
+ {"typname": "pg_statio_all_indexes", "oid": 12198},
403
+ {"typname": "_pg_statio_sys_indexes", "oid": 12202},
404
+ {"typname": "pg_statio_sys_indexes", "oid": 12203},
405
+ {"typname": "_pg_statio_user_indexes", "oid": 12206},
406
+ {"typname": "pg_statio_user_indexes", "oid": 12207},
407
+ {"typname": "_pg_statio_all_sequences", "oid": 12210},
408
+ {"typname": "pg_statio_all_sequences", "oid": 12211},
409
+ {"typname": "_pg_statio_sys_sequences", "oid": 12215},
410
+ {"typname": "pg_statio_sys_sequences", "oid": 12216},
411
+ {"typname": "_pg_statio_user_sequences", "oid": 12219},
412
+ {"typname": "pg_statio_user_sequences", "oid": 12220},
413
+ {"typname": "_pg_stat_activity", "oid": 12223},
414
+ {"typname": "pg_stat_activity", "oid": 12224},
415
+ {"typname": "_pg_stat_replication", "oid": 12228},
416
+ {"typname": "pg_stat_replication", "oid": 12229},
417
+ {"typname": "_pg_stat_slru", "oid": 12233},
418
+ {"typname": "pg_stat_slru", "oid": 12234},
419
+ {"typname": "_pg_stat_wal_receiver", "oid": 12237},
420
+ {"typname": "pg_stat_wal_receiver", "oid": 12238},
421
+ {"typname": "_pg_stat_recovery_prefetch", "oid": 12241},
422
+ {"typname": "pg_stat_recovery_prefetch", "oid": 12242},
423
+ {"typname": "_pg_stat_subscription", "oid": 12245},
424
+ {"typname": "pg_stat_subscription", "oid": 12246},
425
+ {"typname": "_pg_stat_ssl", "oid": 12250},
426
+ {"typname": "pg_stat_ssl", "oid": 12251},
427
+ {"typname": "_pg_stat_gssapi", "oid": 12254},
428
+ {"typname": "pg_stat_gssapi", "oid": 12255},
429
+ {"typname": "_pg_replication_slots", "oid": 12258},
430
+ {"typname": "pg_replication_slots", "oid": 12259},
431
+ {"typname": "_pg_stat_replication_slots", "oid": 12263},
432
+ {"typname": "pg_stat_replication_slots", "oid": 12264},
433
+ {"typname": "_pg_stat_database", "oid": 12267},
434
+ {"typname": "pg_stat_database", "oid": 12268},
435
+ {"typname": "_pg_stat_database_conflicts", "oid": 12272},
436
+ {"typname": "pg_stat_database_conflicts", "oid": 12273},
437
+ {"typname": "_pg_stat_user_functions", "oid": 12276},
438
+ {"typname": "pg_stat_user_functions", "oid": 12277},
439
+ {"typname": "_pg_stat_xact_user_functions", "oid": 12281},
440
+ {"typname": "pg_stat_xact_user_functions", "oid": 12282},
441
+ {"typname": "_pg_stat_archiver", "oid": 12286},
442
+ {"typname": "pg_stat_archiver", "oid": 12287},
443
+ {"typname": "_pg_stat_bgwriter", "oid": 12290},
444
+ {"typname": "pg_stat_bgwriter", "oid": 12291},
445
+ {"typname": "_pg_stat_wal", "oid": 12294},
446
+ {"typname": "pg_stat_wal", "oid": 12295},
447
+ {"typname": "_pg_stat_progress_analyze", "oid": 12298},
448
+ {"typname": "pg_stat_progress_analyze", "oid": 12299},
449
+ {"typname": "_pg_stat_progress_vacuum", "oid": 12303},
450
+ {"typname": "pg_stat_progress_vacuum", "oid": 12304},
451
+ {"typname": "_pg_stat_progress_cluster", "oid": 12308},
452
+ {"typname": "pg_stat_progress_cluster", "oid": 12309},
453
+ {"typname": "_pg_stat_progress_create_index", "oid": 12313},
454
+ {"typname": "pg_stat_progress_create_index", "oid": 12314},
455
+ {"typname": "_pg_stat_progress_basebackup", "oid": 12318},
456
+ {"typname": "pg_stat_progress_basebackup", "oid": 12319},
457
+ {"typname": "_pg_stat_progress_copy", "oid": 12323},
458
+ {"typname": "pg_stat_progress_copy", "oid": 12324},
459
+ {"typname": "_pg_user_mappings", "oid": 12328},
460
+ {"typname": "pg_user_mappings", "oid": 12329},
461
+ {"typname": "_pg_replication_origin_status", "oid": 12333},
462
+ {"typname": "pg_replication_origin_status", "oid": 12334},
463
+ {"typname": "_pg_stat_subscription_stats", "oid": 12337},
464
+ {"typname": "pg_stat_subscription_stats", "oid": 12338},
465
+ {"typname": "_cardinal_number", "oid": 12416},
466
+ {"typname": "cardinal_number", "oid": 12417},
467
+ {"typname": "_character_data", "oid": 12419},
468
+ {"typname": "character_data", "oid": 12420},
469
+ {"typname": "_sql_identifier", "oid": 12421},
470
+ {"typname": "sql_identifier", "oid": 12422},
471
+ {"typname": "_information_schema_catalog_name", "oid": 12424},
472
+ {"typname": "information_schema_catalog_name", "oid": 12425},
473
+ {"typname": "_time_stamp", "oid": 12427},
474
+ {"typname": "time_stamp", "oid": 12428},
475
+ {"typname": "_yes_or_no", "oid": 12429},
476
+ {"typname": "yes_or_no", "oid": 12430},
477
+ {"typname": "_applicable_roles", "oid": 12433},
478
+ {"typname": "applicable_roles", "oid": 12434},
479
+ {"typname": "_administrable_role_authorizations", "oid": 12438},
480
+ {"typname": "administrable_role_authorizations", "oid": 12439},
481
+ {"typname": "_attributes", "oid": 12442},
482
+ {"typname": "attributes", "oid": 12443},
483
+ {"typname": "_character_sets", "oid": 12447},
484
+ {"typname": "character_sets", "oid": 12448},
485
+ {"typname": "_check_constraint_routine_usage", "oid": 12452},
486
+ {"typname": "check_constraint_routine_usage", "oid": 12453},
487
+ {"typname": "_check_constraints", "oid": 12457},
488
+ {"typname": "check_constraints", "oid": 12458},
489
+ {"typname": "_collations", "oid": 12462},
490
+ {"typname": "collations", "oid": 12463},
491
+ {"typname": "_collation_character_set_applicability", "oid": 12467},
492
+ {"typname": "collation_character_set_applicability", "oid": 12468},
493
+ {"typname": "_column_column_usage", "oid": 12472},
494
+ {"typname": "column_column_usage", "oid": 12473},
495
+ {"typname": "_column_domain_usage", "oid": 12477},
496
+ {"typname": "column_domain_usage", "oid": 12478},
497
+ {"typname": "_column_privileges", "oid": 12482},
498
+ {"typname": "column_privileges", "oid": 12483},
499
+ {"typname": "_column_udt_usage", "oid": 12487},
500
+ {"typname": "column_udt_usage", "oid": 12488},
501
+ {"typname": "_columns", "oid": 12492},
502
+ {"typname": "columns", "oid": 12493},
503
+ {"typname": "_constraint_column_usage", "oid": 12497},
504
+ {"typname": "constraint_column_usage", "oid": 12498},
505
+ {"typname": "_constraint_table_usage", "oid": 12502},
506
+ {"typname": "constraint_table_usage", "oid": 12503},
507
+ {"typname": "_domain_constraints", "oid": 12507},
508
+ {"typname": "domain_constraints", "oid": 12508},
509
+ {"typname": "_domain_udt_usage", "oid": 12512},
510
+ {"typname": "domain_udt_usage", "oid": 12513},
511
+ {"typname": "_domains", "oid": 12517},
512
+ {"typname": "domains", "oid": 12518},
513
+ {"typname": "_enabled_roles", "oid": 12522},
514
+ {"typname": "enabled_roles", "oid": 12523},
515
+ {"typname": "_key_column_usage", "oid": 12526},
516
+ {"typname": "key_column_usage", "oid": 12527},
517
+ {"typname": "_parameters", "oid": 12531},
518
+ {"typname": "parameters", "oid": 12532},
519
+ {"typname": "_referential_constraints", "oid": 12536},
520
+ {"typname": "referential_constraints", "oid": 12537},
521
+ {"typname": "_role_column_grants", "oid": 12541},
522
+ {"typname": "role_column_grants", "oid": 12542},
523
+ {"typname": "_routine_column_usage", "oid": 12545},
524
+ {"typname": "routine_column_usage", "oid": 12546},
525
+ {"typname": "_routine_privileges", "oid": 12550},
526
+ {"typname": "routine_privileges", "oid": 12551},
527
+ {"typname": "_role_routine_grants", "oid": 12555},
528
+ {"typname": "role_routine_grants", "oid": 12556},
529
+ {"typname": "_routine_routine_usage", "oid": 12559},
530
+ {"typname": "routine_routine_usage", "oid": 12560},
531
+ {"typname": "_routine_sequence_usage", "oid": 12564},
532
+ {"typname": "routine_sequence_usage", "oid": 12565},
533
+ {"typname": "_routine_table_usage", "oid": 12569},
534
+ {"typname": "routine_table_usage", "oid": 12570},
535
+ {"typname": "_routines", "oid": 12574},
536
+ {"typname": "routines", "oid": 12575},
537
+ {"typname": "_schemata", "oid": 12579},
538
+ {"typname": "schemata", "oid": 12580},
539
+ {"typname": "_sequences", "oid": 12583},
540
+ {"typname": "sequences", "oid": 12584},
541
+ {"typname": "_sql_features", "oid": 12588},
542
+ {"typname": "sql_features", "oid": 12589},
543
+ {"typname": "_sql_implementation_info", "oid": 12593},
544
+ {"typname": "sql_implementation_info", "oid": 12594},
545
+ {"typname": "_sql_parts", "oid": 12598},
546
+ {"typname": "sql_parts", "oid": 12599},
547
+ {"typname": "_sql_sizing", "oid": 12603},
548
+ {"typname": "sql_sizing", "oid": 12604},
549
+ {"typname": "_table_constraints", "oid": 12608},
550
+ {"typname": "table_constraints", "oid": 12609},
551
+ {"typname": "_table_privileges", "oid": 12613},
552
+ {"typname": "table_privileges", "oid": 12614},
553
+ {"typname": "_role_table_grants", "oid": 12618},
554
+ {"typname": "role_table_grants", "oid": 12619},
555
+ {"typname": "_tables", "oid": 12622},
556
+ {"typname": "tables", "oid": 12623},
557
+ {"typname": "_transforms", "oid": 12627},
558
+ {"typname": "transforms", "oid": 12628},
559
+ {"typname": "_triggered_update_columns", "oid": 12632},
560
+ {"typname": "triggered_update_columns", "oid": 12633},
561
+ {"typname": "_triggers", "oid": 12637},
562
+ {"typname": "triggers", "oid": 12638},
563
+ {"typname": "_udt_privileges", "oid": 12642},
564
+ {"typname": "udt_privileges", "oid": 12643},
565
+ {"typname": "_role_udt_grants", "oid": 12647},
566
+ {"typname": "role_udt_grants", "oid": 12648},
567
+ {"typname": "_usage_privileges", "oid": 12651},
568
+ {"typname": "usage_privileges", "oid": 12652},
569
+ {"typname": "_role_usage_grants", "oid": 12656},
570
+ {"typname": "role_usage_grants", "oid": 12657},
571
+ {"typname": "_user_defined_types", "oid": 12660},
572
+ {"typname": "user_defined_types", "oid": 12661},
573
+ {"typname": "_view_column_usage", "oid": 12665},
574
+ {"typname": "view_column_usage", "oid": 12666},
575
+ {"typname": "_view_routine_usage", "oid": 12670},
576
+ {"typname": "view_routine_usage", "oid": 12671},
577
+ {"typname": "_view_table_usage", "oid": 12675},
578
+ {"typname": "view_table_usage", "oid": 12676},
579
+ {"typname": "_views", "oid": 12680},
580
+ {"typname": "views", "oid": 12681},
581
+ {"typname": "_data_type_privileges", "oid": 12685},
582
+ {"typname": "data_type_privileges", "oid": 12686},
583
+ {"typname": "_element_types", "oid": 12690},
584
+ {"typname": "element_types", "oid": 12691},
585
+ {"typname": "__pg_foreign_table_columns", "oid": 12695},
586
+ {"typname": "_pg_foreign_table_columns", "oid": 12696},
587
+ {"typname": "_column_options", "oid": 12700},
588
+ {"typname": "column_options", "oid": 12701},
589
+ {"typname": "__pg_foreign_data_wrappers", "oid": 12704},
590
+ {"typname": "_pg_foreign_data_wrappers", "oid": 12705},
591
+ {"typname": "_foreign_data_wrapper_options", "oid": 12708},
592
+ {"typname": "foreign_data_wrapper_options", "oid": 12709},
593
+ {"typname": "_foreign_data_wrappers", "oid": 12712},
594
+ {"typname": "foreign_data_wrappers", "oid": 12713},
595
+ {"typname": "__pg_foreign_servers", "oid": 12716},
596
+ {"typname": "_pg_foreign_servers", "oid": 12717},
597
+ {"typname": "_foreign_server_options", "oid": 12721},
598
+ {"typname": "foreign_server_options", "oid": 12722},
599
+ {"typname": "_foreign_servers", "oid": 12725},
600
+ {"typname": "foreign_servers", "oid": 12726},
601
+ {"typname": "__pg_foreign_tables", "oid": 12729},
602
+ {"typname": "_pg_foreign_tables", "oid": 12730},
603
+ {"typname": "_foreign_table_options", "oid": 12734},
604
+ {"typname": "foreign_table_options", "oid": 12735},
605
+ {"typname": "_foreign_tables", "oid": 12738},
606
+ {"typname": "foreign_tables", "oid": 12739},
607
+ {"typname": "__pg_user_mappings", "oid": 12742},
608
+ {"typname": "_pg_user_mappings", "oid": 12743},
609
+ {"typname": "_user_mapping_options", "oid": 12747},
610
+ {"typname": "user_mapping_options", "oid": 12748},
611
+ {"typname": "_user_mappings", "oid": 12752},
612
+ {"typname": "user_mappings", "oid": 12753},
613
+ {"typname": "_crypto_box_keypair", "oid": 16657},
614
+ {"typname": "crypto_box_keypair", "oid": 16658},
615
+ {"typname": "_crypto_sign_keypair", "oid": 16664},
616
+ {"typname": "crypto_sign_keypair", "oid": 16665},
617
+ {"typname": "_crypto_kx_keypair", "oid": 16680},
618
+ {"typname": "crypto_kx_keypair", "oid": 16681},
619
+ {"typname": "_crypto_kx_session", "oid": 16686},
620
+ {"typname": "crypto_kx_session", "oid": 16687},
621
+ {"typname": "_crypto_signcrypt_state_key", "oid": 16754},
622
+ {"typname": "crypto_signcrypt_state_key", "oid": 16755},
623
+ {"typname": "_crypto_signcrypt_keypair", "oid": 16757},
624
+ {"typname": "crypto_signcrypt_keypair", "oid": 16758},
625
+ {"typname": "_key_status", "oid": 16771},
626
+ {"typname": "key_status", "oid": 16772},
627
+ {"typname": "_key_type", "oid": 16781},
628
+ {"typname": "key_type", "oid": 16782},
629
+ {"typname": "_key", "oid": 16789},
630
+ {"typname": "key", "oid": 16790},
631
+ {"typname": "__key_id_context", "oid": 16810},
632
+ {"typname": "_key_id_context", "oid": 16811},
633
+ {"typname": "_valid_key", "oid": 16893},
634
+ {"typname": "valid_key", "oid": 16894},
635
+ {"typname": "_masking_rule", "oid": 16909},
636
+ {"typname": "masking_rule", "oid": 16910},
637
+ {"typname": "_mask_columns", "oid": 16914},
638
+ {"typname": "mask_columns", "oid": 16915},
639
+ {"typname": "_decrypted_key", "oid": 16939},
640
+ {"typname": "decrypted_key", "oid": 16940},
641
+ {"typname": "_pg_stat_statements_info", "oid": 27035},
642
+ {"typname": "pg_stat_statements_info", "oid": 27036},
643
+ {"typname": "_pg_stat_statements", "oid": 27046},
644
+ {"typname": "pg_stat_statements", "oid": 27047},
645
+ {"typname": "_aal_level", "oid": 27105},
646
+ {"typname": "aal_level", "oid": 27106},
647
+ {"typname": "_factor_status", "oid": 27113},
648
+ {"typname": "factor_status", "oid": 27114},
649
+ {"typname": "_factor_type", "oid": 27119},
650
+ {"typname": "factor_type", "oid": 27120},
651
+ {"typname": "_audit_log_entries", "oid": 27142},
652
+ {"typname": "audit_log_entries", "oid": 27143},
653
+ {"typname": "_identities", "oid": 27148},
654
+ {"typname": "identities", "oid": 27149},
655
+ {"typname": "_instances", "oid": 27153},
656
+ {"typname": "instances", "oid": 27154},
657
+ {"typname": "_mfa_amr_claims", "oid": 27158},
658
+ {"typname": "mfa_amr_claims", "oid": 27159},
659
+ {"typname": "_mfa_challenges", "oid": 27163},
660
+ {"typname": "mfa_challenges", "oid": 27164},
661
+ {"typname": "_mfa_factors", "oid": 27168},
662
+ {"typname": "mfa_factors", "oid": 27169},
663
+ {"typname": "_refresh_tokens", "oid": 27173},
664
+ {"typname": "refresh_tokens", "oid": 27174},
665
+ {"typname": "_saml_providers", "oid": 27179},
666
+ {"typname": "saml_providers", "oid": 27180},
667
+ {"typname": "_saml_relay_states", "oid": 27187},
668
+ {"typname": "saml_relay_states", "oid": 27188},
669
+ {"typname": "_schema_migrations", "oid": 27193},
670
+ {"typname": "schema_migrations", "oid": 27194},
671
+ {"typname": "_sessions", "oid": 27196},
672
+ {"typname": "sessions", "oid": 27197},
673
+ {"typname": "_sso_domains", "oid": 27199},
674
+ {"typname": "sso_domains", "oid": 27200},
675
+ {"typname": "_sso_providers", "oid": 27205},
676
+ {"typname": "sso_providers", "oid": 27206},
677
+ {"typname": "_users", "oid": 27215},
678
+ {"typname": "users", "oid": 27216},
679
+ {"typname": "_invoice", "oid": 27228},
680
+ {"typname": "invoice", "oid": 27229},
681
+ {"typname": "_subscription", "oid": 27234},
682
+ {"typname": "subscription", "oid": 27235},
683
+ {"typname": "_transactions", "oid": 27240},
684
+ {"typname": "transactions", "oid": 27241},
685
+ {"typname": "_buckets", "oid": 27247},
686
+ {"typname": "buckets", "oid": 27248},
687
+ {"typname": "_migrations", "oid": 27255},
688
+ {"typname": "migrations", "oid": 27256},
689
+ {"typname": "_objects", "oid": 27259},
690
+ {"typname": "objects", "oid": 27260},
691
+ {"typname": "_code_challenge_method", "oid": 27516},
692
+ {"typname": "code_challenge_method", "oid": 27517},
693
+ {"typname": "_flow_state", "oid": 27522},
694
+ {"typname": "flow_state", "oid": 27523},
695
+ {"typname": "_customers", "oid": 27531},
696
+ {"typname": "customers", "oid": 27532},
697
+ ]