|
|
@ -7,7 +7,7 @@ |
|
|
|
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group |
|
|
|
* Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group |
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
* |
|
|
|
* |
|
|
|
* $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.310 2008/03/25 22:42:45 tgl Exp $ |
|
|
|
* $PostgreSQL: pgsql/src/include/utils/builtins.h,v 1.311 2008/04/04 16:57:21 momjian Exp $ |
|
|
|
* |
|
|
|
* |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*/ |
|
|
|
*/ |
|
|
@ -414,6 +414,7 @@ extern Datum pg_ls_dir(PG_FUNCTION_ARGS); |
|
|
|
extern Datum nullvalue(PG_FUNCTION_ARGS); |
|
|
|
extern Datum nullvalue(PG_FUNCTION_ARGS); |
|
|
|
extern Datum nonnullvalue(PG_FUNCTION_ARGS); |
|
|
|
extern Datum nonnullvalue(PG_FUNCTION_ARGS); |
|
|
|
extern Datum current_database(PG_FUNCTION_ARGS); |
|
|
|
extern Datum current_database(PG_FUNCTION_ARGS); |
|
|
|
|
|
|
|
extern Datum current_query(PG_FUNCTION_ARGS); |
|
|
|
extern Datum pg_cancel_backend(PG_FUNCTION_ARGS); |
|
|
|
extern Datum pg_cancel_backend(PG_FUNCTION_ARGS); |
|
|
|
extern Datum pg_reload_conf(PG_FUNCTION_ARGS); |
|
|
|
extern Datum pg_reload_conf(PG_FUNCTION_ARGS); |
|
|
|
extern Datum pg_tablespace_databases(PG_FUNCTION_ARGS); |
|
|
|
extern Datum pg_tablespace_databases(PG_FUNCTION_ARGS); |
|
|
|