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

Commit357faea

Browse files
committed
Show correct datatype for pg_class.relpersistence, plus a typo fix.
Thom Brown
1 parentfbed5d4 commit357faea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@
16461646

16471647
<row>
16481648
<entry><structfield>relpersistence</structfield></entry>
1649-
<entry><type>bool</type></entry>
1649+
<entry><type>char</type></entry>
16501650
<entry></entry>
16511651
<entry>
16521652
<literal>p</> = permanent table, <literal>u</> = unlogged table,

‎doc/src/sgml/ref/security_label.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ SECURITY LABEL [ FOR <replaceable class="PARAMETER">provider</replaceable> ] ON
5858
</note>
5959

6060
<para>
61-
The label provider determines whether a givenalabel is valid and whether
61+
The label provider determines whether a given label is valid and whether
6262
it is permissible to assign that label to a given object. The meaning of a
6363
given label is likewise at the discretion of the label provider.
6464
<productname>PostgreSQL</> places no restrictions on whether or how a

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp