[otrs-cvs] doc-developer/en database-mechanism.xml,1.22,1.23
cvs-log at otrs.org
cvs-log at otrs.org
Wed Mar 26 20:05:41 GMT 2008
- Previous message: [otrs-cvs] otrs/Kernel/System/DB db2.pm, 1.30, 1.31 maxdb.pm, 1.27,
1.28 mssql.pm, 1.28, 1.29 mysql.pm, 1.29, 1.30 oracle.pm, 1.35,
1.36 postgresql.pm, 1.28, 1.29
- Next message: [otrs-cvs] otrs/Kernel/System/DB db2.pm,1.31,1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Comments:
Update of /home/cvs/doc-developer/en
In directory lancelot:/tmp/cvs-serv17583/en
Modified Files:
database-mechanism.xml
Log Message:
Added example how to rename a table.
Author: martin
Index: database-mechanism.xml
===================================================================
RCS file: /home/cvs/doc-developer/en/database-mechanism.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** database-mechanism.xml 20 Mar 2007 00:17:48 -0000 1.22
--- database-mechanism.xml 26 Mar 2008 20:05:36 -0000 1.23
***************
*** 129,132 ****
--- 129,135 ----
<sect3 id="database-xml-alter">
<title>ALTER TABLE</title>
+ <para>
+ The following shows an example of add, change and drop columns.
+ </para>
<programlisting format="linespecific">
<TableAlter Name="calendar_event">
***************
*** 137,140 ****
--- 140,149 ----
</TableAlter>
</programlisting>
+ <para>
+ The next shows an example how to rename a table.
+ </para>
+ <programlisting format="linespecific">
+ <TableAlter NameOld="calendar_event" NameNew="calendar_event_new"/>
+ </programlisting>
</sect3>
<sect3 id="database-xml-code">
***************
*** 175,182 ****
</listitem>
<listitem>
! <para>MSSQL (experimental)</para>
</listitem>
<listitem>
! <para>DB2 (experimental)</para>
</listitem>
<listitem>
--- 184,191 ----
</listitem>
<listitem>
! <para>MSSQL</para>
</listitem>
<listitem>
! <para>DB2</para>
</listitem>
<listitem>
- Previous message: [otrs-cvs] otrs/Kernel/System/DB db2.pm, 1.30, 1.31 maxdb.pm, 1.27,
1.28 mssql.pm, 1.28, 1.29 mysql.pm, 1.29, 1.30 oracle.pm, 1.35,
1.36 postgresql.pm, 1.28, 1.29
- Next message: [otrs-cvs] otrs/Kernel/System/DB db2.pm,1.31,1.32
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs-log
mailing list