From 1d82e40c4e30d4666490f7a02db711541b5bb77f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:04 +0200 Subject: Merging upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/fdw-helpers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/fdw-helpers.html') diff --git a/doc/src/sgml/html/fdw-helpers.html b/doc/src/sgml/html/fdw-helpers.html index b77c43a..8efa389 100644 --- a/doc/src/sgml/html/fdw-helpers.html +++ b/doc/src/sgml/html/fdw-helpers.html @@ -1,5 +1,5 @@ -59.3. Foreign Data Wrapper Helper Functions

59.3. Foreign Data Wrapper Helper Functions

+59.3. Foreign Data Wrapper Helper Functions

59.3. Foreign Data Wrapper Helper Functions

Several helper functions are exported from the core server so that authors of foreign data wrappers can get easy access to attributes of FDW-related objects, such as FDW options. @@ -111,4 +111,4 @@ GetForeignServerByName(const char *name, bool missing_ok); This function returns a ForeignServer object for the foreign server with the given name. If the server is not found, return NULL if missing_ok is true, otherwise raise an error. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3