Truncate View

2021-01-14 Thread PG Doc comments form
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/plpgsql-trigger.html
Description:

http://bit.ly/1w5ISeU
This states that all ON triggers are at the row level
I am trying to find details on how ON TRUNCATE will work for a view.
I understand that the trigger must be table level but have been unable to
find details.
Please add a truncate view example.
Thanks
Dave


i.e. and e.g. used with incorrect meaning

2021-01-14 Thread PG Doc comments form
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/ssh-tunnels.html
Description:

You're gonna hate this -- a grammar nit pick.
But for the few of us who know what e.g. and i.e. mean, the wrong one is
confusing.

e.g. = exempli gratia = for example.
i.e. = id est = that is.

"that is" implies that there's no other option.
"for example" implies that there are other options.

So in the following text, they seem to be the wrong way round:

"The name or IP address after this is the remote bind address you are
connecting to, i.e., localhost, which is the default. The second number,
5432, is the remote end of the tunnel, e.g., the port number your database
server is using."