mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix inappropriate quoting in dblink. From Joe Conway.
This commit is contained in:
@ -151,6 +151,10 @@ Installation:
|
||||
|
||||
Documentation:
|
||||
|
||||
Note: Parameters representing relation names must include double
|
||||
quotes if the names are mixed-case or contain special characters. They
|
||||
must also be appropriately qualified with schema name if applicable.
|
||||
|
||||
See the following files:
|
||||
doc/connection
|
||||
doc/cursor
|
||||
|
Reference in New Issue
Block a user