mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-31 20:20:44 +08:00
Another typographical correction.
Noted by Guillaume Smet.
This commit is contained in:
parent
5d4b60f2f2
commit
e4f06b70c9
@ -1795,8 +1795,9 @@ dblink_current_query(PG_FUNCTION_ARGS)
|
||||
/*
|
||||
* Retrieve async notifications for a connection.
|
||||
*
|
||||
* Returns an setof record of notifications, or an empty set if none received.
|
||||
* Can optionally take a named connection as parameter, but uses the unnamed connection per default.
|
||||
* Returns a setof record of notifications, or an empty set if none received.
|
||||
* Can optionally take a named connection as parameter, but uses the unnamed
|
||||
* connection per default.
|
||||
*
|
||||
*/
|
||||
#define DBLINK_NOTIFY_COLS 3
|
||||
|
Loading…
x
Reference in New Issue
Block a user