From 8a8fbe7e799cfc0d8dc5ffef5640df6dac8acd6c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 19 Jun 2011 00:37:30 +0300 Subject: Capitalization fixes --- doc/src/sgml/config.sgml | 2 +- doc/src/sgml/libpq.sgml | 4 ++-- doc/src/sgml/plpgsql.sgml | 2 +- doc/src/sgml/spi.sgml | 4 ++-- doc/src/sgml/storage.sgml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index e835e4bc909..794aef4e6aa 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -259,7 +259,7 @@ SET ENABLE_SEQSCAN TO OFF; - Specifies the name of an additional process-id (PID) file that the + Specifies the name of an additional process-ID (PID) file that the server should create for use by server administration programs. This parameter can only be set at server start. diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index b359000ab30..3a57295bd3a 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6116,7 +6116,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) break; } - /* unknown event id, just return TRUE. */ + /* unknown event ID, just return TRUE. */ default: break; } @@ -7553,7 +7553,7 @@ main(int argc, char **argv) while ((notify = PQnotifies(conn)) != NULL) { fprintf(stderr, - "ASYNC NOTIFY of '%s' received from backend pid %d\n", + "ASYNC NOTIFY of '%s' received from backend PID %d\n", notify->relname, notify->be_pid); PQfreemem(notify); nnotifies++; diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index eea6ec58e32..20bc9910836 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -3174,7 +3174,7 @@ RAISE NOTICE 'Calling cs_create_job(%)', v_job_id; and hint: RAISE EXCEPTION 'Nonexistent ID --> %', user_id - USING HINT = 'Please check your user id'; + USING HINT = 'Please check your user ID'; diff --git a/doc/src/sgml/spi.sgml b/doc/src/sgml/spi.sgml index 512c96f9bde..0d65c78b08b 100644 --- a/doc/src/sgml/spi.sgml +++ b/doc/src/sgml/spi.sgml @@ -1231,7 +1231,7 @@ Oid SPI_getargtypeid(SPIPlanPtr plan, int argI SPI_getargtypeid returns the OID representing the type - id for the argIndex'th argument of a plan prepared by + for the argIndex'th argument of a plan prepared by SPI_prepare. First argument is at index zero. @@ -1263,7 +1263,7 @@ Oid SPI_getargtypeid(SPIPlanPtr plan, int argI Return Value - The type id of the argument at the given index. + The type OID of the argument at the given index. If the plan is NULL or invalid, or argIndex is less than 0 or not less than the number of arguments declared for the diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 90c3e061b24..0a133bb7c7e 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -121,7 +121,7 @@ last started with postmaster.pid - A lock file recording the current postmaster process id (PID), + A lock file recording the current postmaster process ID (PID), cluster data directory path, postmaster start timestamp, port number, -- cgit v1.2.3