root/traduc/trunk/slony/man.xml

Revision 987, 3.6 kB (checked in by daamien, 7 months ago)

1ere traduction, a relire

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- DerniÚre modification
3      le       $Date$
4      par      $Author$
5      révision $Revision$ -->
6
7
8 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
9   <!entity % version SYSTEM "version.sgml">
10     %version;
11   <!entity % filelist SYSTEM "filelist.sgml">
12     %filelist;
13   <!entity reference  SYSTEM "reference.sgml">
14   <!ENTITY slony1 "<PRODUCTNAME>Slony-I</PRODUCTNAME>">
15   <!ENTITY postgres "<PRODUCTNAME>PostgreSQL</PRODUCTNAME>">
16   <!ENTITY windows "<trademark>Windows</trademark>">
17   <!ENTITY logshiplink "log shipping">
18   <!ENTITY rlocking " locking ">
19   <!ENTITY rddlchanges "distribution documentation on DDL changes">
20   <!ENTITY rplainpaths "distribution documentation on plain paths">
21   <!ENTITY rlistenpaths "distribution documentation on listen paths">
22   <!ENTITY rmissingoids "error messages indicating missing OIDs">
23   <!ENTITY fundroplisten "<function>droplisten(integer,integer,integer)</function>">
24   <!ENTITY fundropset " <function>dropset(integer)</function>">
25   <!ENTITY funmergeset "<function>mergeset(integer,integer)</function> ">
26   <!ENTITY funsetdroptable " <function>setdroptable(integer)</function> ">
27   <!ENTITY funstorelisten " <function>storelisten(integer,integer,integer)</function> ">
28   <!ENTITY funstorepath " <function>storepath(integer,integer,text,integer)</function> ">
29   <!ENTITY funstoreset " <function>storeset(integer,text)</function>">
30   <!ENTITY funtableaddkey " <function>tableaddkey(text)</function>">
31   <!ENTITY funsetaddtable "<function>setaddtable(integer,integer,text,name,text)</function>">
32   <!ENTITY funsetaddsequence "<function>setaddsequence(integer,integer,text,text)</function>">
33   <!ENTITY funsetdropsequence "<function>setdropsequence(integer)</function>">
34   <!ENTITY funsetmovetable "<function>setmovetable(integer,integer)</function>">
35   <!ENTITY funddlscript "<function>ddlscript(integer,text,integer)</function>">
36   <!ENTITY fundropnode "<function>dropnode(integer)</function>">
37   <!ENTITY funenablenode "<function>enablenode(integer)</function>">
38   <!ENTITY fundroptrigger "<function>droptrigger(integer,name)</function>">
39   <!ENTITY funfailednode "<function>failednode(integer,integer)</function>">
40   <!ENTITY funinitializelocalnode "<function>initializelocalnode(integer,text)</function>">
41   <!ENTITY funlockset "<function>lockset(integer)</function>">
42   <!ENTITY funmoveset "<function>moveset(integer,integer)</function>">
43   <!ENTITY fununlockset "<function>unlockset(integer)</function>">
44   <!ENTITY fununsubscribeset "<function>unsubscribeset(integer,integer)</function>">
45   <!ENTITY fununinstallnode "<function>uninstallnode()</function>">
46   <!ENTITY funsetmovesequence "<function>setmovesequence(integer,integer)</function>">
47   <!ENTITY funstoretrigger "<function>storetrigger(integer,name)</function>">
48   <!ENTITY funsubscribeset "<function>subscribeset(integer,integer,integer,boolean)</function>">
49   <!ENTITY slnode "<envar>sl_node</envar>">
50   <!ENTITY sllog1 "<envar>sl_log_1</envar>">
51   <!ENTITY sllog2 "<envar>sl_log_2</envar>">
52   <!ENTITY slconfirm "<envar>sl_confirm</envar>">
53   <!ENTITY bestpracticelink "Best Practice">
54   <!ENTITY pglistener "<envar>pg_listener</envar>">
55   <!ENTITY lslon "<xref linkend=slon>">
56 ]>
57
58 <book id="slony">
59   <title>Documentation de &slony1; &version;</title>
60   <bookinfo>
61     <corpauthor>The PostgreSQL Global Development Group</corpauthor>
62     <author>
63       <firstname>Christopher</firstname>
64       <surname>Browne</surname>
65     </author>
66     &legal;
67   </bookinfo>
68 <part id="commandreference">
69     <title>Le coeur de &slony1;</title>
70         &slon;
71         &slonconf;
72         &slonik;
73         &slonikref;
74 </part>
75 </book>
Note: See TracBrowser for help on using the browser.