gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 line
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