pg_catalog_proc.slt 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Copyright Materialize, Inc. and contributors. All rights reserved.
  2. #
  3. # Use of this software is governed by the Business Source License
  4. # included in the LICENSE file at the root of this repository.
  5. #
  6. # As of the Change Date specified in that file, in accordance with
  7. # the Business Source License, use of this software will be governed
  8. # by the Apache License, Version 2.0.
  9. mode cockroach
  10. query TIIOI
  11. SELECT proname, pronamespace, oid, proargdefaults, prorettype
  12. FROM pg_catalog.pg_proc
  13. WHERE proname = 'substring'
  14. ORDER BY oid
  15. ----
  16. substring 16657 936 NULL 25
  17. substring 16657 937 NULL 25
  18. query TIIII
  19. SELECT oprname, oid, oprresult, oprleft, oprright
  20. FROM pg_catalog.pg_operator
  21. WHERE oprname = '+'
  22. ORDER BY oid
  23. ----
  24. + 550 21 21 21
  25. + 551 23 23 23
  26. + 586 700 700 700
  27. + 591 701 701 701
  28. + 684 20 20 20
  29. + 1076 1114 1082 1186
  30. + 1327 1184 1184 1186
  31. + 1337 1186 1186 1186
  32. + 1360 1114 1082 1083
  33. + 1363 1114 1083 1082
  34. + 1758 1700 1700 1700
  35. + 1800 1083 1083 1186
  36. + 1849 1083 1186 1083
  37. + 2066 1114 1114 1186
  38. + 2551 1114 1186 1082
  39. + 2553 1114 1186 1114
  40. + 2554 1184 1186 1184
  41. + 3898 3831 3831 3831
  42. + 16433 2276 0 2276
  43. + 16466 16460 16460 16460
  44. + 16467 16462 16462 16462
  45. + 16468 16464 16464 16464