Skip to content

Commit 84f07f5

Browse files
committed
Fix indexterms
1 parent ede8724 commit 84f07f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/plsql.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.45 2001/10/13 04:58:35 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/plsql.sgml,v 2.46 2001/11/08 23:41:12 petere Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -1727,11 +1727,11 @@ CREATE FUNCTION c_overpaid (EMP, INTEGER) RETURNS BOOLEAN AS '
17271727

17281728
<title>Porting from Oracle PL/SQL</title>
17291729

1730-
<indexterm>
1730+
<indexterm zone="plpgsql-porting">
17311731
<primary>Oracle</primary>
17321732
</indexterm>
17331733

1734-
<indexterm>
1734+
<indexterm zone="plpgsql-porting">
17351735
<primary>PL/SQL</primary>
17361736
</indexterm>
17371737

0 commit comments

Comments
 (0)