Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaa09b9d

Browse files
committed
doc: Add missing include in example code
It's not broken because the header file is included via other headers,but for better style we should be more explicit.Reported-by: mthrockmorton@hme.com
1 parentc82d4e6 commitaa09b9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎doc/src/sgml/trigger.sgml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ CREATE TABLE ttest (
705705
This is the source code of the trigger function:
706706
<programlisting><![CDATA[
707707
#include "postgres.h"
708+
#include "fmgr.h"
708709
#include "executor/spi.h" /* this is what you need to work with SPI */
709710
#include "commands/trigger.h" /* ... triggers ... */
710711
#include "utils/rel.h" /* ... and relations */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp