OSDN Git Service

Change version to 1.5.0
[pgdbmsstats/pg_dbms_stats.git] / pg_dbms_stats.h
1 /*
2  * pg_dbms_stats.h
3  *
4  * Copyright (c) 2009-2018, NIPPON TELEGRAPH AND TELEPHONE CORPORATION
5  * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
6  * Portions Copyright (c) 1994, Regents of the University of California
7  */
8
9 #ifndef PG_DBMS_STATS_H
10 #define PG_DBMS_STATS_H
11
12 bool dbms_stats_is_system_schema_internal(char *schema_name);
13 bool dbms_stats_is_system_catalog_internal(Oid regclass);
14
15 #endif /* PG_DBMS_STATS_H */