gooderp18绿色标准版
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

17 linhas
491B

  1. /* src/test/modules/test_predtest/test_predtest--1.0.sql */
  2. -- complain if script is sourced in psql, rather than via CREATE EXTENSION
  3. \echo Use "CREATE EXTENSION test_predtest" to load this file. \quit
  4. CREATE FUNCTION test_predtest(query text,
  5. OUT strong_implied_by bool,
  6. OUT weak_implied_by bool,
  7. OUT strong_refuted_by bool,
  8. OUT weak_refuted_by bool,
  9. OUT s_i_holds bool,
  10. OUT w_i_holds bool,
  11. OUT s_r_holds bool,
  12. OUT w_r_holds bool)
  13. STRICT
  14. AS 'MODULE_PATHNAME' LANGUAGE C;
上海开阖软件有限公司 沪ICP备12045867号-1