postgresql/contrib/postgres_fdw
Peter Eisentraut 5ac51c8c9e Adjust assorted hint messages that list all valid options.
Instead of listing all valid options, we now try to provide one
that looks similar.  Since this may be useful elsewhere, this
change introduces a new set of functions that can be reused for
similar purposes.

Author: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/b1f9f399-3a1a-b554-283f-4ae7f34608e2@enterprisedb.com
2022-09-16 14:53:12 +02:00
..
expected Adjust assorted hint messages that list all valid options. 2022-09-16 14:53:12 +02:00
sql postgres_fdw: Avoid 'variable not found in subplan target list' error. 2022-09-14 18:45:00 +09:00
.gitignore
connection.c Replace many MemSet calls with struct initialization 2022-07-16 08:50:49 +02:00
deparse.c postgres_fdw: be more wary about shippability of reg* constants. 2022-07-17 18:11:22 -04:00
Makefile
option.c Adjust assorted hint messages that list all valid options. 2022-09-16 14:53:12 +02:00
postgres_fdw--1.0--1.1.sql
postgres_fdw--1.0.sql
postgres_fdw.c postgres_fdw: Avoid 'variable not found in subplan target list' error. 2022-09-14 18:45:00 +09:00
postgres_fdw.control
postgres_fdw.h
shippable.c