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

Commit89b5676

Browse files
committed
Doc: fix typos.
"PGcon" should be "PGconn". Noted by D. Frey.Discussion:https://postgr.es/m/163191739352.4680.16994248583642672629@wrigleys.postgresql.org
1 parente0b0d1e commit89b5676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/lobj.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ pg_int64 lo_tell64(PGconn *conn, int fd);
449449
<indexterm><primary>lo_truncate</primary></indexterm>
450450
To truncate a large object to a given length, call
451451
<synopsis>
452-
int lo_truncate(PGcon *conn, int fd, size_t len);
452+
int lo_truncate(PGconn *conn, int fd, size_t len);
453453
</synopsis>
454454
This function truncates the large object
455455
descriptor <parameter>fd</parameter> to length <parameter>len</parameter>. The
@@ -477,7 +477,7 @@ int lo_truncate(PGcon *conn, int fd, size_t len);
477477
When dealing with large objects that might exceed 2GB in size,
478478
instead use
479479
<synopsis>
480-
int lo_truncate64(PGcon *conn, int fd, pg_int64 len);
480+
int lo_truncate64(PGconn *conn, int fd, pg_int64 len);
481481
</synopsis>
482482
This function has the same
483483
behavior as <function>lo_truncate</function>, but it can accept a

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp