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

Commit8fc571b

Browse files
committed
Doc: remove out-of-date claim that pg_am rows must be inserted by hand.
Commit473b932 added a sentence about that, but neglected to removethe adjacent sentence it had falsified. Per Alexander Law.
1 parentb25b6c9 commit8fc571b

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

‎doc/src/sgml/indexam.sgml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,9 @@
5151
<link linkend="catalog-pg-am"><structname>pg_am</structname></link>
5252
system catalog. The <structname>pg_am</structname> entry
5353
specifies a name and a <firstterm>handler function</> for the access
54-
method. There is not currently any special support
55-
for creating or deleting <structname>pg_am</structname> entries;
56-
anyone able to write a new access method is expected to be competent
57-
to insert an appropriate row for themselves.
58-
</para>
59-
60-
<para>
61-
Index access methods can be defined and dropped using
54+
method. These entries can be created and deleted using the
6255
<xref linkend="sql-create-access-method"> and
63-
<xref linkend="sql-drop-access-method"> SQL commands respectively.
56+
<xref linkend="sql-drop-access-method"> SQL commands.
6457
</para>
6558

6659
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp