diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-06-12 16:34:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-06-12 16:34:27 +0000 |
commit | 76e9ad1f5581d03ab06675abf61fd3143d3088e9 (patch) | |
tree | fab5af1600ff660dbfb0a62d5f739fcb616c476a /src/include/utils/builtins.h | |
parent | 3c3ff4288d48f63f8457f630644180dce78d90ee (diff) |
Back out has_table_privilege patch.
Diffstat (limited to 'src/include/utils/builtins.h')
-rw-r--r-- | src/include/utils/builtins.h | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h index ea53e503039..2db51eb8a8c 100644 --- a/src/include/utils/builtins.h +++ b/src/include/utils/builtins.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: builtins.h,v 1.151 2001/06/12 15:58:34 momjian Exp $ + * $Id: builtins.h,v 1.152 2001/06/12 16:34:27 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -22,24 +22,6 @@ /* * Defined in adt/ */ - -/* acl.c */ -extern Datum has_table_privilege_tname_tname(PG_FUNCTION_ARGS); -extern Datum has_table_privilege_tname_name(PG_FUNCTION_ARGS); -extern Datum has_table_privilege_name_tname(PG_FUNCTION_ARGS); -extern Datum has_table_privilege_name_name(PG_FUNCTION_ARGS); -extern Datum has_table_privilege_tname(PG_FUNCTION_ARGS); -extern Datum has_table_privilege_name(PG_FUNCTION_ARGS); - -extern Datum has_table_privilege_tname_id(PG_FUNCTION_ARGS); -extern Datum has_table_privilege_name_id(PG_FUNCTION_ARGS); -extern Datum has_table_privilege_id(PG_FUNCTION_ARGS); - -extern Datum has_table_privilege_id_tname(PG_FUNCTION_ARGS); -extern Datum has_table_privilege_id_name(PG_FUNCTION_ARGS); - -extern Datum has_table_privilege_id_id(PG_FUNCTION_ARGS); - /* bool.c */ extern Datum boolin(PG_FUNCTION_ARGS); extern Datum boolout(PG_FUNCTION_ARGS); |