SQL string literal, or a reference to a character variable.
+ If the connection target includes any options,
+ those consist of
+ keyword=value
+ specifications separated by ampersands (&).
+ The allowed key words are the same ones recognized
+ ). Spaces are ignored before
+ any keyword or value,
+ though not within or after one. Note that there is no way to
+ write & within a value.
+
+
The connection-name is used to handle
multiple connections in one program. It can be omitted if a
secure schema usage pattern,
begin each session by removing publicly-writable schemas
from search_path. For example,
- add options=-csearch_path=
+ add options=-c search_path=
to options, or
issue EXEC SQL SELECT pg_catalog.set_config('search_path', '',
false); after connecting. This consideration is not specific to