Changeset 890
- Timestamp:
- 01/25/08 07:59:14 (1 year ago)
- Files:
-
- traduc/trunk/manuel/dblink.xml (modified) (1 diff)
- traduc/trunk/manuel/lo.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
traduc/trunk/manuel/dblink.xml
r889 r890 13 13 14 14 <para> 15 <filename>dblink</filename> is a module which supports connections to16 other <productname>PostgreSQL</productname> databases from within a database17 session.15 <filename>dblink</filename> est un module qui permet la connexion vers 16 d'autres bases de données <productname>PostgreSQL</productname> à l'intérieur 17 d'une session de base de données. 18 18 </para> 19 19 traduc/trunk/manuel/lo.xml
r889 r890 13 13 14 14 <para> 15 The <filename>lo</filename> module provides support for managing Large Objects16 (also called LOs or BLOBs). This includes a data type <type>lo</type>17 and atrigger <function>lo_manage</function>.15 Le module <filename>lo</filename> ajoute un support des « Large 16 Objects » (aussi appelé LO ou BLOB). Il inclut le type de données 17 <type>lo</type> et un trigger <function>lo_manage</function>. 18 18 </para> 19 19

