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

Commit1096400

Browse files
committed
Remove GIN documentation
Christopher Kings-Lynne
1 parent786c3c0 commit1096400

File tree

3 files changed

+2
-173
lines changed

3 files changed

+2
-173
lines changed

‎doc/src/sgml/filelist.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/filelist.sgml,v 1.45 2006/09/04 20:10:53 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/filelist.sgml,v 1.46 2006/09/05 03:09:56 momjian Exp $ -->
22

33
<!entity history SYSTEM "history.sgml">
44
<!entity info SYSTEM "info.sgml">
@@ -78,7 +78,6 @@
7878
<!entity catalogs SYSTEM "catalogs.sgml">
7979
<!entity geqo SYSTEM "geqo.sgml">
8080
<!entity gist SYSTEM "gist.sgml">
81-
<!entity gin SYSTEM "gin.sgml">
8281
<!entity planstats SYSTEM "planstats.sgml">
8382
<!entity indexam SYSTEM "indexam.sgml">
8483
<!entity nls SYSTEM "nls.sgml">

‎doc/src/sgml/gin.sgml

Lines changed: 0 additions & 135 deletions
This file was deleted.

‎doc/src/sgml/xindex.sgml

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.44 2006/09/04 20:10:53 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/xindex.sgml,v 1.45 2006/09/05 03:09:56 momjian Exp $ -->
22

33
<sect1 id="xindex">
44
<title>Interfacing Extensions To Indexes</title>
@@ -380,41 +380,6 @@
380380
</tgroup>
381381
</table>
382382

383-
<para>
384-
GIN indexes require four support functions,
385-
shown in <xref linkend="xindex-gin-support-table">.
386-
</para>
387-
388-
<table tocentry="1" id="xindex-gin-support-table">
389-
<title>GIN Support Functions</title>
390-
<tgroup cols="2">
391-
<thead>
392-
<row>
393-
<entry>Function</entry>
394-
<entry>Support Number</entry>
395-
</row>
396-
</thead>
397-
<tbody>
398-
<row>
399-
<entry>compare</entry>
400-
<entry>1</entry>
401-
</row>
402-
<row>
403-
<entry>extract value</entry>
404-
<entry>2</entry>
405-
</row>
406-
<row>
407-
<entry>extract query</entry>
408-
<entry>3</entry>
409-
</row>
410-
<row>
411-
<entry>consistent</entry>
412-
<entry>4</entry>
413-
</row>
414-
</tbody>
415-
</tgroup>
416-
</table>
417-
418383
<para>
419384
Unlike strategy operators, support functions return whichever data
420385
type the particular index method expects; for example in the case

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp