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

Commit2223c2a

Browse files
committed
Doc: fix incorrect bit-reversal in example of macaddr formatting.
Will Mortensen (minor additional copy-editing by me)Discussion:https://postgr.es/m/CAMpnoC5Y6jiZHSA82FG+e_AqkwMg-i94EYqs1C_9kXXFc3_3Yw@mail.gmail.com
1 parent18e3b19 commit2223c2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3863,13 +3863,13 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
38633863
</para>
38643864

38653865
<para>
3866-
IEEEStd 802-2001 specifies the secondshownform (with hyphens)
3866+
IEEEStandard 802-2001 specifies the second form shown (with hyphens)
38673867
as the canonical form for MAC addresses, and specifies the first
3868-
form (with colons) asthebit-reversed notation, so that
3869-
08-00-2b-01-02-03 =01:00:4D:08:04:0C. This convention is widely
3868+
form (with colons) asused withbit-reversed, MSB-first notation, so that
3869+
08-00-2b-01-02-03 =10:00:D4:80:40:C0. This convention is widely
38703870
ignored nowadays, and it is relevant only for obsolete network
38713871
protocols (such as Token Ring). PostgreSQL makes no provisions
3872-
for bit reversal, and all accepted formats use the canonical LSB
3872+
for bit reversal; all accepted formats use the canonical LSB
38733873
order.
38743874
</para>
38753875

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp