Project

General

Profile

« Previous | Next » 

Revision 11836

schemas/util.sql: explain2table(): documented usage:
PERFORM util.explain2table($$
query
$$);

View differences:

schemas/util.sql
1156 1156

  
1157 1157

  
1158 1158
--
1159
-- Name: FUNCTION explain2table(sql text, table_ regclass); Type: COMMENT; Schema: util; Owner: -
1160
--
1161

  
1162
COMMENT ON FUNCTION explain2table(sql text, table_ regclass) IS 'usage:
1163
PERFORM util.explain2table($$
1164
query
1165
$$);';
1166

  
1167

  
1168
--
1159 1169
-- Name: fix_array(anyarray); Type: FUNCTION; Schema: util; Owner: -
1160 1170
--
1161 1171

  

Also available in: Unified diff