mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Fix typos in comments.
Thom Brown
This commit is contained in:
@ -2343,7 +2343,7 @@ relation_is_updatable(Oid reloid,
|
||||
|
||||
/*
|
||||
* Determine which of the view's columns are updatable. If there
|
||||
* are none within the set of of columns we are looking at, then
|
||||
* are none within the set of columns we are looking at, then
|
||||
* the view doesn't support INSERT/UPDATE, but it may still
|
||||
* support DELETE.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user