Christopher Browne cbbrowne at ca.afilias.info
Thu Feb 19 08:31:39 PST 2009
Devrim GÜNDÜZ <devrim at gunduz.org> writes:
> On Tue, 2009-02-17 at 12:50 -0500, Christopher Browne wrote:
>> The problem is in having a loop there altogether, installing the man
>> pages one by one.
>
> BTW, I'm getting this error:
>
> file /usr/share/man/man7/drop_trigger.7.gz from install of
> slony1-2.0.0-3.f10.i386 conflicts with file from package
> postgresql-8.3.6-1PGDG.f10.i386
>
> It might be good to rename it before we ship 2.0.1.

This, regrettably, results from us having a Slonik command with
exactly the same name as an SQL command.

The following patch shifts the filename, but I don't entirely love it
as an answer, as the filename becomes a little bit misleading.

I think it'll do, though.  Do you think that seems OK?

Index: slonik_ref.sgml
===================================================================
RCS file: /home/cvsd/slony1/slony1-engine/doc/adminguide/slonik_ref.sgml,v
retrieving revision 1.92.2.1
diff -c -u -r1.92.2.1 slonik_ref.sgml
cvs diff: conflicting specifications of output style
--- slonik_ref.sgml	16 Jan 2009 17:17:31 -0000	1.92.2.1
+++ slonik_ref.sgml	19 Feb 2009 16:30:47 -0000
@@ -1911,7 +1911,7 @@
 
 <!-- **************************************** -->
 
-  <refentry id="stmtdroptrigger"><refmeta><refentrytitle>DROP TRIGGER</refentrytitle>
+  <refentry id="stmtdroptrigger"><refmeta><refentrytitle>SLONIK DROP TRIGGER</refentrytitle>
    <manvolnum>7</manvolnum></refmeta>
    
    <refnamediv><refname>DROP TRIGGER</refname>

-- 
output = ("cbbrowne" "@" "linuxfinances.info")
http://cbbrowne.com/info/finances.html
The statistics on  sanity are that one out of  every four Americans is
suffering from some  form of mental illness. Think  of your three best
friends. If they're okay, then it's you. -- Rita Mae Brown


More information about the Slony1-hackers mailing list