1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Make source code READMEs more consistent. Add CVS tags to all README files.

This commit is contained in:
Bruce Momjian
2008-03-20 17:55:15 +00:00
parent 27dfc11d67
commit 4e228447aa
22 changed files with 148 additions and 93 deletions

View File

@ -1,6 +1,6 @@
$PostgreSQL: pgsql/src/backend/utils/resowner/README,v 1.5 2007/03/13 00:33:42 tgl Exp $
$PostgreSQL: pgsql/src/backend/utils/resowner/README,v 1.6 2008/03/20 17:55:15 momjian Exp $
Notes about resource owners
Notes About Resource Owners
---------------------------
ResourceOwner objects are a concept invented to simplify management of
@ -39,7 +39,7 @@ because transactions may initiate operations that require resources (such
as query parsing) when no associated Portal exists yet.
API overview
API Overview
------------
The basic operations on a ResourceOwner are: