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
..
2006-02-12 03:22:21 +00:00
2005-04-09 03:52:43 +00:00
2005-01-05 23:42:03 +00:00
2005-11-19 01:50:08 +00:00
2005-11-07 17:36:47 +00:00
2005-04-09 03:52:43 +00:00
2005-04-14 01:38:22 +00:00
2006-02-12 03:22:21 +00:00
2005-11-04 23:14:02 +00:00
2005-11-04 23:14:02 +00:00
2006-02-05 18:19:14 +00:00
2005-04-09 03:52:43 +00:00
2005-11-04 23:14:02 +00:00
2006-02-09 03:39:17 +00:00
2005-09-09 02:31:50 +00:00
2006-02-11 22:17:19 +00:00
2005-09-14 21:14:26 +00:00
2005-07-29 14:47:04 +00:00
2005-03-17 20:24:34 +00:00
2005-05-13 16:48:14 +00:00
2006-01-31 13:32:20 +00:00
2005-12-09 18:07:49 +00:00
2005-10-15 01:47:12 +00:00
2005-04-09 03:52:43 +00:00
2004-11-27 21:27:08 +00:00
2005-09-12 22:11:38 +00:00
2006-02-12 03:22:21 +00:00
2006-01-22 03:56:58 +00:00
2005-11-07 17:36:47 +00:00
2005-04-12 03:16:50 +00:00
2006-02-11 23:31:34 +00:00
2006-01-18 21:29:45 +00:00
2005-04-09 03:52:43 +00:00
2006-01-18 21:02:55 +00:00
2005-05-13 15:21:59 +00:00
2006-01-05 03:01:38 +00:00
2005-11-04 02:56:31 +00:00
2005-10-12 09:45:29 +00:00
2004-12-31 22:04:05 +00:00
2005-12-26 14:58:06 +00:00
2005-06-13 02:26:53 +00:00
2005-12-07 14:35:45 +00:00
2005-01-04 21:03:30 +00:00
2005-09-18 04:02:05 +00:00
2005-10-06 02:29:23 +00:00
2005-11-07 17:36:47 +00:00
2005-11-04 23:14:02 +00:00
2003-11-29 19:52:15 +00:00
2005-12-20 02:30:36 +00:00
2005-11-04 23:14:02 +00:00
2005-01-22 22:06:27 +00:00
2005-11-04 23:14:02 +00:00
2006-02-05 02:47:53 +00:00
2005-05-20 01:52:25 +00:00
2005-05-20 01:52:25 +00:00
2005-09-12 22:11:38 +00:00
2005-04-09 03:52:43 +00:00
2006-01-18 06:49:30 +00:00
2005-05-08 03:08:05 +00:00
2005-06-13 02:40:08 +00:00
2005-11-21 12:49:33 +00:00
2006-01-22 05:20:35 +00:00
2006-01-12 18:09:24 +00:00
2005-11-04 23:14:02 +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-12-07 15:39:25 +00:00
2005-08-01 20:31:16 +00:00
2003-11-29 19:52:15 +00:00
2005-06-21 04:02:34 +00:00
2005-11-04 23:14:02 +00:00
2004-11-23 16:27:59 +00:00
2004-06-29 20:44:34 +00:00
2005-10-13 20:10:03 +00:00
2004-01-15 23:51:32 +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-10-20 19:18:01 +00:00
2005-11-04 23:14:02 +00:00
2005-08-15 02:40:36 +00:00
2006-01-19 22:52:08 +00:00
2005-11-07 17:36:47 +00:00
2005-11-04 23:14:02 +00:00
2005-09-05 23:50:49 +00:00
2005-01-10 00:04:43 +00:00