Typo in ddl.sgml

Started by Amit Langotealmost 11 years ago3 messagesdocs
Jump to latest
#1Amit Langote
Langote_Amit_f8@lab.ntt.co.jp

Hi,

s/inheiritance/inheritance/g

Thanks,
Amit

Attachments:

typo-ddl-sgml.patchapplication/octet-stream; name=typo-ddl-sgml.patchDownload+1-1
#2Thom Brown
thom@linux.com
In reply to: Amit Langote (#1)
Re: Typo in ddl.sgml

On 20 April 2015 at 10:26, Amit Langote <amitlangote09@gmail.com> wrote:

Hi,

s/inheiritance/inheritance/g

Looks like it's misspelled in a few places:

$ grep -r 'inheiritance' .
./src/test/regress/expected/updatable_views.out:-- security barrier
view based on inheiritance set
./src/test/regress/sql/updatable_views.sql:-- security barrier view
based on inheiritance set
./doc/src/sgml/html/ddl-rowsecurity.html: and normal role membership
and inheiritance rules apply.
./doc/src/sgml/ddl.sgml: and normal role membership and inheiritance
rules apply.

--
Thom

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

#3Peter Eisentraut
peter_e@gmx.net
In reply to: Thom Brown (#2)
Re: Typo in ddl.sgml

On 4/20/15 5:31 AM, Thom Brown wrote:

On 20 April 2015 at 10:26, Amit Langote <amitlangote09@gmail.com> wrote:

Hi,

s/inheiritance/inheritance/g

Looks like it's misspelled in a few places:

$ grep -r 'inheiritance' .
./src/test/regress/expected/updatable_views.out:-- security barrier
view based on inheiritance set
./src/test/regress/sql/updatable_views.sql:-- security barrier view
based on inheiritance set
./doc/src/sgml/html/ddl-rowsecurity.html: and normal role membership
and inheiritance rules apply.
./doc/src/sgml/ddl.sgml: and normal role membership and inheiritance
rules apply.

Fixed

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