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

Commit156408e

Browse files
committed
Fix documented sizes of geometric types.
1 parenta92df3a commit156408e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.104 2002/09/2118:32:52 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.105 2002/10/2102:12:08 tgl Exp $
33
-->
44

55
<chapter id="datatype">
@@ -2267,7 +2267,7 @@ SELECT * FROM test1 WHERE a;
22672267
<entry><type>line</type></entry>
22682268
<entry>32 bytes</entry>
22692269
<entry>((x1,y1),(x2,y2))</entry>
2270-
<entry>Infinite line (not implemented)</entry>
2270+
<entry>Infinite line (notfullyimplemented)</entry>
22712271
</row>
22722272
<row>
22732273
<entry><type>lseg</type></entry>
@@ -2283,19 +2283,19 @@ SELECT * FROM test1 WHERE a;
22832283
</row>
22842284
<row>
22852285
<entry><type>path</type></entry>
2286-
<entry>4+32n bytes</entry>
2286+
<entry>16+16n bytes</entry>
22872287
<entry>((x1,y1),...)</entry>
22882288
<entry>Closed path (similar to polygon)</entry>
22892289
</row>
22902290
<row>
22912291
<entry><type>path</type></entry>
2292-
<entry>4+32n bytes</entry>
2292+
<entry>16+16n bytes</entry>
22932293
<entry>[(x1,y1),...]</entry>
22942294
<entry>Open path</entry>
22952295
</row>
22962296
<row>
22972297
<entry><type>polygon</type></entry>
2298-
<entry>4+32n bytes</entry>
2298+
<entry>40+16n bytes</entry>
22992299
<entry>((x1,y1),...)</entry>
23002300
<entry>Polygon (similar to closed path)</entry>
23012301
</row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp