Re: Where's the docs? - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Where's the docs?
Date
Msg-id 4AE7C557.9010708@agliodbs.com
Whole thread Raw
In response to Re: Where's the docs?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Where's the docs?
List 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 by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: SE-PgSQL developer documentation (Re: Reworks for Access Control facilities (r2363))
Next
From: Tom Lane
Date:
Subject: Re: Where's the docs?