@@ -676,13 +676,10 @@ extern Datum pg_get_viewdef_name(PG_FUNCTION_ARGS);
676
676
extern Datum pg_get_viewdef_name_ext (PG_FUNCTION_ARGS );
677
677
extern Datum pg_get_indexdef (PG_FUNCTION_ARGS );
678
678
extern Datum pg_get_indexdef_ext (PG_FUNCTION_ARGS );
679
- extern char * pg_get_indexdef_string (Oid indexrelid );
680
- extern char * pg_get_indexdef_columns (Oid indexrelid , bool pretty );
681
679
extern Datum pg_get_triggerdef (PG_FUNCTION_ARGS );
682
680
extern Datum pg_get_triggerdef_ext (PG_FUNCTION_ARGS );
683
681
extern Datum pg_get_constraintdef (PG_FUNCTION_ARGS );
684
682
extern Datum pg_get_constraintdef_ext (PG_FUNCTION_ARGS );
685
- extern char * pg_get_constraintdef_string (Oid constraintId );
686
683
extern Datum pg_get_expr (PG_FUNCTION_ARGS );
687
684
extern Datum pg_get_expr_ext (PG_FUNCTION_ARGS );
688
685
extern Datum pg_get_userbyid (PG_FUNCTION_ARGS );
@@ -692,17 +689,9 @@ extern Datum pg_get_function_arguments(PG_FUNCTION_ARGS);
692
689
extern Datum pg_get_function_identity_arguments (PG_FUNCTION_ARGS );
693
690
extern Datum pg_get_function_result (PG_FUNCTION_ARGS );
694
691
extern Datum pg_get_function_arg_default (PG_FUNCTION_ARGS );
695
- extern char * deparse_expression (Node * expr , List * dpcontext ,
696
- bool forceprefix , bool showimplicit );
697
- extern List * deparse_context_for (const char * aliasname , Oid relid );
698
- extern List * deparse_context_for_planstate (Node * planstate , List * ancestors ,
699
- List * rtable , List * rtable_names );
700
- extern List * select_rtable_names_for_explain (List * rtable ,
701
- Bitmapset * rels_used );
702
692
extern const char * quote_identifier (const char * ident );
703
693
extern char * quote_qualified_identifier (const char * qualifier ,
704
694
const char * ident );
705
- extern char * generate_collation_name (Oid collid );
706
695
707
696
708
697
/* tid.c */
0 commit comments