|
585 | 585 | </sect2> |
586 | 586 |
|
587 | 587 | <sect2 id="pgbuffercache-pg-buffercache-evict-relation"> |
588 | | - <title>The <structname>pg_buffercache_evict_relation()</structname> Function</title> |
| 588 | + <title>The <function>pg_buffercache_evict_relation()</function> Function</title> |
589 | 589 | <para> |
590 | 590 | The <function>pg_buffercache_evict_relation()</function> function is very |
591 | 591 | similar to the <function>pg_buffercache_evict()</function> function. The |
|
603 | 603 | </sect2> |
604 | 604 |
|
605 | 605 | <sect2 id="pgbuffercache-pg-buffercache-evict-all"> |
606 | | - <title>The <structname>pg_buffercache_evict_all()</structname> Function</title> |
| 606 | + <title>The <function>pg_buffercache_evict_all()</function> Function</title> |
607 | 607 | <para> |
608 | 608 | The <function>pg_buffercache_evict_all()</function> function is very |
609 | 609 | similar to the <function>pg_buffercache_evict()</function> function. The |
|
619 | 619 | </sect2> |
620 | 620 |
|
621 | 621 | <sect2 id="pgbuffercache-pg-buffercache-mark-dirty"> |
622 | | - <title>The <structname>pg_buffercache_mark_dirty</structname> Function</title> |
| 622 | + <title>The <function>pg_buffercache_mark_dirty()</function> Function</title> |
623 | 623 | <para> |
624 | 624 | The <function>pg_buffercache_mark_dirty()</function> function takes a |
625 | 625 | buffer identifier, as shown in the <structfield>bufferid</structfield> |
|
637 | 637 | </sect2> |
638 | 638 |
|
639 | 639 | <sect2 id="pgbuffercache-pg-buffercache-mark-dirty-relation"> |
640 | | - <title>The <structname>pg_buffercache_mark_dirty_relation</structname> Function</title> |
| 640 | + <title>The <function>pg_buffercache_mark_dirty_relation()</function> Function</title> |
641 | 641 | <para> |
642 | 642 | The <function>pg_buffercache_mark_dirty_relation()</function> function is |
643 | 643 | very similar to the |
|
656 | 656 | </sect2> |
657 | 657 |
|
658 | 658 | <sect2 id="pgbuffercache-pg-buffercache-mark-dirty-all"> |
659 | | - <title>The <structname>pg_buffercache_mark_dirty_all</structname> Function</title> |
| 659 | + <title>The <function>pg_buffercache_mark_dirty_all()</function> Function</title> |
660 | 660 | <para> |
661 | 661 | The <function>pg_buffercache_mark_dirty_all()</function> function is |
662 | 662 | very similar to the <function>pg_buffercache_mark_dirty()</function> |
|
0 commit comments