Re: Where's the docs?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Where's the docs?
Дата
Msg-id 4AE7C557.9010708@agliodbs.com
обсуждение исходный текст
Ответ на Re: Where's the docs?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Where's the docs?
Список pgsql-hackers
Tom,

>> I'm looking at the "developer docs" on our site, and I couldn't find any
>> docs for the following features:
> 
>> Column Triggers
> 
> http://developer.postgresql.org/pgdocs/postgres/sql-cre

atetrigger.html

OK, this is the genuine failure; the syntax is missing for column triggers:

CREATE TRIGGER name { BEFORE | AFTER } { event [ OR ... ] }   ON table [ FOR [ EACH ] { ROW | STATEMENT } ]   EXECUTE
PROCEDUREfunction_name ( arguments )
 

Does a doc patch already exist for this, or do I need to write one?

>> Calling Named Function parameters
> 
> http://developer.postgresql.org/pgdocs/postgres/sql-syntax-calling-funcs.html
> 
>> DEFAULT privileges
> 
> http://developer.postgresql.org/pgdocs/postgres/sql-alterdefaultprivileges.html

Thanks for these, I wasn't finding them.  Problem of no search on the
developer docs ...

--Josh Berkus



В списке pgsql-hackers по дате отправления:

Предыдущее
От: KaiGai Kohei
Дата:
Сообщение: Re: SE-PgSQL developer documentation (Re: Reworks for Access Control facilities (r2363))
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Where's the docs?