Re: pgsql: Add missing descriptions for aggregates, functions and
От | Bruce Momjian |
---|---|
Тема | Re: pgsql: Add missing descriptions for aggregates, functions and |
Дата | |
Msg-id | 200809051656.m85GuVF10925@momjian.us обсуждение исходный текст |
Ответ на | Re: pgsql: Add missing descriptions for aggregates, functions and (Bernd Helmle <bernd@oopsware.de>) |
Список | pgsql-committers |
Bernd Helmle wrote: > --On Samstag, August 23, 2008 17:59:55 -0400 Tom Lane <tgl@sss.pgh.pa.us> > wrote: > > > Where's the Windows equivalent to that? > > Uhm, good question ;) Do you have a hint, since i never hacked our windows > built infrastructure? Well, seeing as no one else has done this --- done with the attached applied patch. -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + Index: Install.pm =================================================================== RCS file: /cvsroot/pgsql/src/tools/msvc/Install.pm,v retrieving revision 1.29 retrieving revision 1.30 diff -c -c -r1.29 -r1.30 *** Install.pm 28 Feb 2008 12:17:59 -0000 1.29 --- Install.pm 5 Sep 2008 16:54:39 -0000 1.30 *************** *** 216,223 **** --- 216,226 ---- $sql .= "-- $se --> $de\n"; $sql .= "CREATE OR REPLACE FUNCTION $func (INTEGER, INTEGER, CSTRING, INTERNAL, INTEGER) RETURNS VOID AS '\$libdir/$obj', '$func'LANGUAGE C STRICT;\n"; + $sql .= + "COMMENT ON FUNCTION $func(INTEGER, INTEGER, CSTRING, INTERNAL, INTEGER) IS 'internal conversion function for $se to $de';\n"; $sql .= "DROP CONVERSION pg_catalog.$name;\n"; $sql .= "CREATE DEFAULT CONVERSION pg_catalog.$name FOR '$se' TO '$de' FROM $func;\n"; + $sql .= "COMMENT ON CONVERSION pg_catalog.$name IS 'conversion for $se to $de';\n"; } open($F,">$target/share/conversion_create.sql") || die "Could not write to conversion_create.sql\n";
В списке pgsql-committers по дате отправления: