Обсуждение: Typo in ddl.sgml

Поиск
Список
Период
Сортировка

Typo in ddl.sgml

От
Amit Langote
Дата:
Hi,

s/inheiritance/inheritance/g

Thanks,
Amit

Вложения

Re: Typo in ddl.sgml

От
Thom Brown
Дата:
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

От
Peter Eisentraut
Дата:
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