Re: [HACKERS] typo in create policy doc

2015-09-12 Thread Stephen Frost
Dmitriy,

* Dmitriy Olshevskiy (olshevski...@bk.ru) wrote:
> please check the typo "WTIH CHECK" in CREATE POLICY doc
> 
> (9.5 and devel. version).
> patch is in attachments.

Fixed.

Thanks!

Stephen


signature.asc
Description: Digital signature


[HACKERS] typo in create policy doc

2015-09-12 Thread Dmitriy Olshevskiy

hello.
please check the typo "WTIH CHECK" in CREATE 
POLICY doc 
 
(9.5 and devel. version).

patch is in attachments.

--
Dmitriy Olshevskiy

diff --git a/doc/src/sgml/ref/create_policy.sgml b/doc/src/sgml/ref/create_policy.sgml
index 56f0124..629ed80 100644
--- a/doc/src/sgml/ref/create_policy.sgml
+++ b/doc/src/sgml/ref/create_policy.sgml
@@ -305,7 +305,7 @@ CREATE POLICY name ON UPDATE path is taken.  Any existing row that
  necessitates that the UPDATE path be taken must pass
  the (UPDATE or ALL) USING qualifications (combined
- using OR), which are always enforced as WTIH CHECK
+ using OR), which are always enforced as WITH CHECK
  options in this context (the UPDATE path will
  never be silently avoided; an error will be thrown
  instead).  Finally, the final row appended to the relation must pass

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers