@@ -6,8 +6,8 @@ CREATE TABLE t(x int);
66INSERT INTO t (x) (SELECT * FROM generate_series(1, 100) AS gs);
77ANALYZE t;
88SELECT true FROM aqo_reset(); -- Remember! DROP EXTENSION doesn't remove any AQO data gathered.
9- bool
10- ------
9+ ?column?
10+ ----------
1111 t
1212(1 row)
1313
@@ -90,10 +90,10 @@ SELECT obj_description('aqo_reset'::regproc::oid);
9090(1 row)
9191
9292\df aqo_cleanup
93- List of functions
94- Schema | Name |Result data type | Argument data types | Type
95- --------+-------------+------------------+ -----------------------------------+------
96- public | aqo_cleanup |record | OUT nfs integer, OUT nfss integer | func
93+ List of functions
94+ Schema | Name |Result data type | Argument data types | Type
95+ --------+-------------+----------------------------------+ ---------------------+------
96+ public | aqo_cleanup |TABLE(nfs integer, nfss integer) | | func
9797(1 row)
9898
9999\df aqo_reset
@@ -111,8 +111,8 @@ SELECT count(*) FROM aqo_query_stat;
111111(1 row)
112112
113113SELECT true FROM aqo_reset(); -- Remove one record from all tables
114- bool
115- ------
114+ ?column?
115+ ----------
116116 t
117117(1 row)
118118