File: postgres_specs_rename_table.xml.in

package info (click to toggle)
libgda5 5.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 67,656 kB
  • sloc: ansic: 406,552; sh: 11,124; xml: 10,235; yacc: 4,306; makefile: 3,884; php: 1,416; java: 1,246; python: 896; sql: 879; perl: 116
file content (7 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (46)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<serv_op>
  <parameters id="TABLE_DESC_P">
    <parameter id="TABLE_NAME" _name="Table" _descr="Table to rename" gdatype="gchararray" nullok="FALSE" source="_DICT_TABLES_"/>
    <parameter id="TABLE_NEW_NAME" _name="New name" _descr="New table name" gdatype="gchararray" nullok="FALSE"/>
  </parameters>
</serv_op>