diff options
| author | Bruce Momjian | 2008-03-20 17:55:15 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2008-03-20 17:55:15 +0000 |
| commit | 4e228447aa42c3d74ad513a11d1d00c1997fd116 (patch) | |
| tree | 7e7ad88aa3fc6ba4fb9752e9a0191f9a806fd13b /src/backend/utils/resowner/README | |
| parent | 27dfc11d676efdcc2f22be254bea9d92b854b673 (diff) | |
Make source code READMEs more consistent. Add CVS tags to all README files.
Diffstat (limited to 'src/backend/utils/resowner/README')
| -rw-r--r-- | src/backend/utils/resowner/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/utils/resowner/README b/src/backend/utils/resowner/README index 57be840dc17..fd4f279ba47 100644 --- a/src/backend/utils/resowner/README +++ b/src/backend/utils/resowner/README @@ -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: |
