From 46651ce6fe013220ed397add242004d764fc0153 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:15:05 +0200 Subject: Adding upstream version 14.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/largeobjects.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 doc/src/sgml/html/largeobjects.html (limited to 'doc/src/sgml/html/largeobjects.html') diff --git a/doc/src/sgml/html/largeobjects.html b/doc/src/sgml/html/largeobjects.html new file mode 100644 index 0000000..f7e3d26 --- /dev/null +++ b/doc/src/sgml/html/largeobjects.html @@ -0,0 +1,17 @@ + +Chapter 35. Large Objects

Chapter 35. Large Objects

+ PostgreSQL has a large object + facility, which provides stream-style access to user data that is stored + in a special large-object structure. Streaming access is useful + when working with data values that are too large to manipulate + conveniently as a whole. +

+ This chapter describes the implementation and the programming and + query language interfaces to PostgreSQL + large object data. We use the libpq C + library for the examples in this chapter, but most programming + interfaces native to PostgreSQL support + equivalent functionality. Other interfaces might use the large + object interface internally to provide generic support for large + values. This is not described here. +

\ No newline at end of file -- cgit v1.2.3