From d0d3ab532509c11c6f21ce189ad1ba44437baa62 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 11 Mar 2002 05:03:52 +0000 Subject: [PATCH] Fix markup --- doc/src/sgml/libpq.sgml | 4 ++-- doc/src/sgml/ref/psql-ref.sgml | 8 ++++---- doc/src/sgml/runtime.sgml | 5 +++-- doc/src/sgml/xfunc.sgml | 9 +++++---- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 34ab2bb59f..843e96be88 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -964,7 +964,7 @@ strings overlap. unsigned char *PQunescapeBytea(unsigned char *from, size_t *to_length); - The from parameter points to an escaped string + The from parameter points to an escaped string such as might be returned by PQgetvalue of a BYTEA column. PQunescapeBytea converts this NUL terminated string representation into binary, filling a buffer. diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 0d84d01b7c..84f783392e 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -1120,12 +1120,12 @@ lo_import 152801 - \timing + \timing - Toggles a display of how long each query takes in seconds. + Toggles a display of how long each query takes in seconds. - + diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index c43af2ec9b..fc840a2ae6 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -1120,7 +1120,7 @@ env PGOPTIONS='-c geqo=off' psql Each SQL transaction has an isolation level, which can be either read committed or serializable. This parameter controls the default isolation level of each new - transaction. The default is read committed/quote>. + transaction. The default is read committed. @@ -2094,6 +2094,7 @@ options SEMMAP=256 You may also want to use the sysctl setting to lock shared memory into RAM and prevent it from being paged out to swap. + diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index 94c664cbce..73c0287d44 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -1,5 +1,5 @@ @@ -1319,10 +1319,11 @@ concat_text(PG_FUNCTION_ARGS) value be returned. These routines provide more efficient access to parts of large values in the case where they have storage type "external". (The storage type of a column can be specified using - ALTER TABLE tablename ALTER + ALTER TABLE tablename ALTER COLUMN colname SET STORAGE - storagetype. Storage type is one of - plain, external, extended or main.) + storagetype. Storage type is one of + plain, external, extended, + or main.) -- 2.40.0