Thread: Typo in ddl.sgml

Typo in ddl.sgml

From
Amit Langote
Date:
Hi,

s/inheiritance/inheritance/g

Thanks,
Amit

Attachment

Re: Typo in ddl.sgml

From
Thom Brown
Date:
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


Re: Typo in ddl.sgml

From
Peter Eisentraut
Date:
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