1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-29 22:49:41 +03:00
Files
postgres/doc/src/sgml
Bruce Momjian f9a726aa88 I've created a new shared catalog table pg_shdescription to store
comments on cluster global objects like databases, tablespaces, and
roles.

It touches a lot of places, but not much in the way of big changes.  The
only design decision I made was to duplicate the query and manipulation
functions rather than to try and have them handle both shared and local
comments.  I believe this is simpler for the code and not an issue for
callers because they know what type of object they are dealing with.
This has resulted in a shobj_description function analagous to
obj_description and backend functions [Create/Delete]SharedComments
mirroring the existing [Create/Delete]Comments functions.

pg_shdescription.h goes into src/include/catalog/

Kris Jurka
2006-02-12 03:22:21 +00:00
..
2005-11-07 17:36:47 +00:00
2005-11-04 23:14:02 +00:00
2006-02-05 18:19:14 +00:00
2005-11-04 23:14:02 +00:00
2005-03-17 20:24:34 +00:00
2005-12-09 18:07:49 +00:00
2005-11-07 17:36:47 +00:00
2005-04-12 03:16:50 +00:00
2005-05-13 15:21:59 +00:00
2006-01-05 03:01:38 +00:00
2005-10-12 09:45:29 +00:00
2004-12-31 22:04:05 +00:00
2005-12-07 14:35:45 +00:00
2005-11-07 17:36:47 +00:00
2005-11-04 23:14:02 +00:00
2005-11-04 23:14:02 +00:00
2005-05-08 03:08:05 +00:00
2005-10-22 14:44:35 +00:00
2006-01-05 03:01:38 +00:00
2004-12-13 18:05:10 +00:00
2005-11-04 23:14:02 +00:00
2005-11-04 23:14:02 +00:00
2005-11-04 23:14:02 +00:00
2005-11-04 23:14:02 +00:00
2005-11-07 17:36:47 +00:00
2005-11-04 23:14:02 +00:00