{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.6fGUGigD/b1/starjava-ttools_3.5.2-1_amd64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.6fGUGigD/b2/starjava-ttools_3.5.2-1_amd64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,6 +1,6 @@\n \n- f9ea3d9d782b0e1a4f1fc7769348a77e 67592 java optional jython-stilts_3.5.2-1_all.deb\n+ 0e9177f61e5ddfda3bf8a2d3b36bf0c7 67596 java optional jython-stilts_3.5.2-1_all.deb\n 868d0cef829f4af1c7fcb3bdddabd1ca 1271820 doc optional starlink-ttools-java-doc_3.5.2-1_all.deb\n- dfe5c4df9c09790b168c8f6415b737d9 5359192 java optional starlink-ttools-java_3.5.2-1_all.deb\n- 59e5819a3097efd725f1c6e351daa4c9 2547824 doc optional stilts-doc_3.5.2-1_all.deb\n+ 9d277022c2ede42838ea088a01955e57 5359164 java optional starlink-ttools-java_3.5.2-1_all.deb\n+ d0eefbca7a201655245bda74eb59ae03 2547776 doc optional stilts-doc_3.5.2-1_all.deb\n 9c02725c90683118778f5e0d43639378 233416 science optional stilts_3.5.2-1_all.deb\n"}, {"source1": "jython-stilts_3.5.2-1_all.deb", "source2": "jython-stilts_3.5.2-1_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2025-03-12 21:11:06.000000 debian-binary\n -rw-r--r-- 0 0 0 1372 2025-03-12 21:11:06.000000 control.tar.xz\n--rw-r--r-- 0 0 0 66028 2025-03-12 21:11:06.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 66032 2025-03-12 21:11:06.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/jython/Lib/site-packages/stilts.py", "source2": "./usr/share/jython/Lib/site-packages/stilts.py", "unified_diff": "@@ -1520,15 +1520,15 @@\n env = _JyEnvironment()\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(self)\n- def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+ def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol = (String)\n@@ -1570,15 +1570,15 @@\n of columns) for the data being written.\n \n [Default: create]\n \n user = (String)\n User name for the SQL connection to the database.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for the SQL connection to the database.\n '''\n env = _JyEnvironment()\n env.setValue('protocol', _map_env_value(protocol))\n env.setValue('db', _map_env_value(db))\n@@ -4421,15 +4421,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n sql = (String)\n Text of an SQL statement for execution. This parameter may be\n repeated, or statements may be separated by semicolon (\";\")\n@@ -4628,15 +4628,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n dbtable = (String)\n The name of the table in the SQL database which provides the\n remote data.\n@@ -4736,15 +4736,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n select = (String)\n Gives the full text (including \"SELECT\") of the SELECT\n statement to identify which rows undergo updates.\n@@ -7988,15 +7988,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 40]\n \n xlog = true|false (Boolean)\n If false (the default), the scale on the X axis is linear, if\n true it is logarithmic.\n \n [Default: false]\n \n@@ -8775,15 +8775,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 40]\n \n projection = sin|aitoff|aitoff0|car|car0 \n (uk.ac.starlink.ttools.plot2.geom.Projection)\n Sky projection used to display the plot.\n \n The available options are:\n \n@@ -9467,15 +9467,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 40]\n \n xlog = true|false (Boolean)\n If false (the default), the scale on the X axis is linear, if\n true it is logarithmic.\n \n [Default: false]\n \n@@ -10235,15 +10235,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 40]\n \n crowd = (Double)\n Determines how closely tick marks are spaced on the wire frame\n axes. The default value is 1, meaning normal crowding. Larger\n values result in more grid lines, and smaller values in fewer\n grid lines.\n \n@@ -10826,15 +10826,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 40]\n \n nvar = (Integer)\n Gives the number of quantities to be plotted against each\n other, which will be the number of cells along each side of\n the scatter plot matrix.\n \n [Default: 3]\n@@ -11584,15 +11584,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 40]\n \n cellgap = (Integer)\n Gives the number of pixels between individual members in the\n stack of plots.\n \n [Default: 4]\n \n@@ -13414,15 +13414,15 @@\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(table)\n \n-def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol = (String)\n@@ -13464,15 +13464,15 @@\n of columns) for the data being written.\n \n [Default: create]\n \n user = (String)\n User name for the SQL connection to the database.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for the SQL connection to the database.\n '''\n env = _JyEnvironment()\n env.setValue('protocol', _map_env_value(protocol))\n env.setValue('db', _map_env_value(db))\n"}]}]}]}, {"source1": "starlink-ttools-java_3.5.2-1_all.deb", "source2": "starlink-ttools-java_3.5.2-1_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2025-03-12 21:11:06.000000 debian-binary\n -rw-r--r-- 0 0 0 1244 2025-03-12 21:11:06.000000 control.tar.xz\n--rw-r--r-- 0 0 0 5357756 2025-03-12 21:11:06.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 5357728 2025-03-12 21:11:06.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/java/starlink-ttools-3.5.2.jar", "source2": "./usr/share/java/starlink-ttools-3.5.2.jar", "unified_diff": null, "details": [{"source1": "zipinfo -v {}", "source2": "zipinfo -v {}", "unified_diff": "@@ -172,15 +172,15 @@\n minimum file system compatibility required: MS-DOS, OS/2 or NT FAT\n minimum software version required to extract: 1.0\n compression method: deflated\n compression sub-type (deflation): normal\n file security status: not encrypted\n extended local header: no\n file last modified on (DOS date/time): 2025 Mar 12 21:11:06\n- 32-bit CRC value (hex): 5c076c1e\n+ 32-bit CRC value (hex): 881d622e\n compressed size: 93592 bytes\n uncompressed size: 547682 bytes\n length of filename: 9 characters\n length of extra field: 0 bytes\n length of file comment: 0 characters\n disk number on which file begins: disk 1\n apparent file type: binary\n"}, {"source1": "zipdetails --redact --walk --utc {}", "source2": "zipdetails --redact --walk --utc {}", "unified_diff": "@@ -100,15 +100,15 @@\n 0002F1 Extract Zip Spec 0A (10) '1.0'\n 0002F2 Extract OS 00 (0) 'MS-DOS'\n 0002F3 General Purpose Flag 0800 (2048)\n [Bits 1-2] 0 'Normal Compression'\n [Bit 11] 1 'Language Encoding'\n 0002F5 Compression Method 0008 (8) 'Deflated'\n 0002F7 Modification Time 5A6CA963 (1517070691) 'Wed Mar 12 21:11:06 2025'\n-0002FB CRC 5C076C1E (1543990302)\n+0002FB CRC 881D622E (2283627054)\n 0002FF Compressed Size 00016D98 (93592)\n 000303 Uncompressed Size 00085B62 (547682)\n 000307 Filename Length 0009 (9)\n 000309 Extra Length 0000 (0)\n 00030B Filename 'XXXXXXXXX'\n #\n # WARNING: Offset 0x30B: Filename 'XXXXXXXXX'\n@@ -73682,15 +73682,15 @@\n 548213 Extract Zip Spec 0A (10) '1.0'\n 548214 Extract OS 00 (0) 'MS-DOS'\n 548215 General Purpose Flag 0800 (2048)\n [Bits 1-2] 0 'Normal Compression'\n [Bit 11] 1 'Language Encoding'\n 548217 Compression Method 0008 (8) 'Deflated'\n 548219 Modification Time 5A6CA963 (1517070691) 'Wed Mar 12 21:11:06 2025'\n-54821D CRC 5C076C1E (1543990302)\n+54821D CRC 881D622E (2283627054)\n 548221 Compressed Size 00016D98 (93592)\n 548225 Uncompressed Size 00085B62 (547682)\n 548229 Filename Length 0009 (9)\n 54822B Extra Length 0000 (0)\n 54822D Comment Length 0000 (0)\n 54822F Disk Start 0000 (0)\n 548231 Int File Attributes 0000 (0)\n"}, {"source1": "stilts.py", "source2": "stilts.py", "unified_diff": "@@ -1520,15 +1520,15 @@\n env = _JyEnvironment()\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(self)\n- def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+ def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol = (String)\n@@ -1570,15 +1570,15 @@\n of columns) for the data being written.\n \n [Default: create]\n \n user = (String)\n User name for the SQL connection to the database.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for the SQL connection to the database.\n '''\n env = _JyEnvironment()\n env.setValue('protocol', _map_env_value(protocol))\n env.setValue('db', _map_env_value(db))\n@@ -4421,15 +4421,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n sql = (String)\n Text of an SQL statement for execution. This parameter may be\n repeated, or statements may be separated by semicolon (\";\")\n@@ -4628,15 +4628,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n dbtable = (String)\n The name of the table in the SQL database which provides the\n remote data.\n@@ -4736,15 +4736,15 @@\n classpath and referenced in the jdbc.drivers system property\n as well for the connection to be made.\n \n user = (String)\n User name for logging in to SQL database. Defaults to the\n current username.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for logging in to SQL database.\n \n select = (String)\n Gives the full text (including \"SELECT\") of the SELECT\n statement to identify which rows undergo updates.\n@@ -7988,15 +7988,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 40]\n \n xlog = true|false (Boolean)\n If false (the default), the scale on the X axis is linear, if\n true it is logarithmic.\n \n [Default: false]\n \n@@ -8775,15 +8775,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 40]\n \n projection = sin|aitoff|aitoff0|car|car0 \n (uk.ac.starlink.ttools.plot2.geom.Projection)\n Sky projection used to display the plot.\n \n The available options are:\n \n@@ -9467,15 +9467,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 40]\n \n xlog = true|false (Boolean)\n If false (the default), the scale on the X axis is linear, if\n true it is logarithmic.\n \n [Default: false]\n \n@@ -10235,15 +10235,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 40]\n \n crowd = (Double)\n Determines how closely tick marks are spaced on the wire frame\n axes. The default value is 1, meaning normal crowding. Larger\n values result in more grid lines, and smaller values in fewer\n grid lines.\n \n@@ -10826,15 +10826,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 40]\n \n nvar = (Integer)\n Gives the number of quantities to be plotted against each\n other, which will be the number of cells along each side of\n the scatter plot matrix.\n \n [Default: 3]\n@@ -11584,15 +11584,15 @@\n \n parallel = (Integer)\n Determines how many threads will run in parallel if animation\n output is being produced. Only used if the animate parameter\n is supplied. The default value is the number of processors\n apparently available to the JVM.\n \n- [Default: 42]\n+ [Default: 40]\n \n cellgap = (Integer)\n Gives the number of pixels between individual members in the\n stack of plots.\n \n [Default: 4]\n \n@@ -13414,15 +13414,15 @@\n env.setValue('format', _map_env_value(format))\n env.setValue('client', _map_env_value(client))\n mode = _stilts.getModeFactory().createObject('samp')\n consumer = mode.createConsumer(env)\n _check_unused_args(env)\n consumer.consume(table)\n \n-def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):\n+def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):\n '''\\\n Writes a new table to an SQL database. You need the appropriate JDBC\n drivers and -Djdbc.drivers set as usual (see SUN/256).\n \n Parameters:\n \n protocol = (String)\n@@ -13464,15 +13464,15 @@\n of columns) for the data being written.\n \n [Default: create]\n \n user = (String)\n User name for the SQL connection to the database.\n \n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n \n password = (String)\n Password for the SQL connection to the database.\n '''\n env = _JyEnvironment()\n env.setValue('protocol', _map_env_value(protocol))\n env.setValue('db', _map_env_value(db))\n"}]}]}]}]}, {"source1": "stilts-doc_3.5.2-1_all.deb", "source2": "stilts-doc_3.5.2-1_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2025-03-12 21:11:06.000000 debian-binary\n -rw-r--r-- 0 0 0 3380 2025-03-12 21:11:06.000000 control.tar.xz\n--rw-r--r-- 0 0 0 2544252 2025-03-12 21:11:06.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 2544204 2025-03-12 21:11:06.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -147,15 +147,15 @@\n -rw-r--r-- 0 root (0) root (0) 82670 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/plot2-shading-pweighted.png\n -rw-r--r-- 0 root (0) root (0) 38246 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/plot2-shading-translucent.png\n -rw-r--r-- 0 root (0) root (0) 22124 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/plot2-shading-transparent.png\n -rw-r--r-- 0 root (0) root (0) 48186 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/plot2-shading-weighted.png\n -rw-r--r-- 0 root (0) root (0) 211597 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/plot2-skysim.png\n -rw-r--r-- 0 root (0) root (0) 111952 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/skyplot.png\n -rw-r--r-- 0 root (0) root (0) 67 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/sun-style.css\n--rw-r--r-- 0 root (0) root (0) 3867895 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/sun256.html\n+-rw-r--r-- 0 root (0) root (0) 3867889 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/sun256.html\n -rw-r--r-- 0 root (0) root (0) 15757 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/ttools2.png\n -rw-r--r-- 0 root (0) root (0) 5294 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/xyplot.png\n -rw-r--r-- 0 root (0) root (0) 6887 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/xyplot2.png\n -rw-r--r-- 0 root (0) root (0) 10441 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts/sun256/xyzplot.png\n drwxr-xr-x 0 root (0) root (0) 0 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts-doc/\n -rw-r--r-- 0 root (0) root (0) 2304 2025-03-12 21:11:06.000000 ./usr/share/doc/stilts-doc/changelog.Debian.gz\n -rw-r--r-- 0 root (0) root (0) 3597 2025-03-12 21:10:41.000000 ./usr/share/doc/stilts-doc/copyright\n"}, {"source1": "./usr/share/doc/stilts/sun256/sun256.html", "source2": "./usr/share/doc/stilts/sun256/sun256.html", "unified_diff": "@@ -5081,46 +5081,46 @@\n using spaces. No metadata apart from column names is written.\n \n

\n

\n The handler behaviour may be modified by specifying\n one or more comma-separated name=value configuration options\n in parentheses after the handler name, e.g.\n-\"ascii(params=false,maxParam=160)\".\n+\"ascii(maxCell=158,params=false)\".\n The following options are available:\n \n

\n \n
\n- params = true|false\n+ maxCell = <int>\n
\n \n
\n- Whether to output table parameters as well as row data.\n-(Default: false)\n+ Maximum width in characters of an output table cell. Cells longer than this will be truncated.\n+(Default: 158)\n \n
\n \n
\n- maxParam = <int>\n+ params = true|false\n
\n \n
\n- Maximum width in characters of an output table parameter. Parameters with values longer than this will be truncated.\n-(Default: 160)\n+ Whether to output table parameters as well as row data.\n+(Default: false)\n \n
\n \n
\n- maxCell = <int>\n+ maxParam = <int>\n
\n \n
\n- Maximum width in characters of an output table cell. Cells longer than this will be truncated.\n-(Default: 158)\n+ Maximum width in characters of an output table parameter. Parameters with values longer than this will be truncated.\n+(Default: 160)\n \n
\n \n
\n sampledRows = <int>\n
\n \n@@ -5171,46 +5171,46 @@\n as well as table parameters.\n \n

\n

\n The handler behaviour may be modified by specifying\n one or more comma-separated name=value configuration options\n in parentheses after the handler name, e.g.\n-\"ipac(params=true,maxParam=100000)\".\n+\"ipac(maxCell=1000,params=true)\".\n The following options are available:\n \n

\n \n
\n- params = true|false\n+ maxCell = <int>\n
\n \n
\n- Whether to output table parameters as well as row data.\n-(Default: true)\n+ Maximum width in characters of an output table cell. Cells longer than this will be truncated.\n+(Default: 1000)\n \n
\n \n
\n- maxParam = <int>\n+ params = true|false\n
\n \n
\n- Maximum width in characters of an output table parameter. Parameters with values longer than this will be truncated.\n-(Default: 100000)\n+ Whether to output table parameters as well as row data.\n+(Default: true)\n \n
\n \n
\n- maxCell = <int>\n+ maxParam = <int>\n
\n \n
\n- Maximum width in characters of an output table cell. Cells longer than this will be truncated.\n-(Default: 1000)\n+ Maximum width in characters of an output table parameter. Parameters with values longer than this will be truncated.\n+(Default: 100000)\n \n
\n \n
\n sampledRows = <int>\n
\n \n@@ -5271,46 +5271,46 @@\n No reader exists for this format.\n

\n \n

\n The handler behaviour may be modified by specifying\n one or more comma-separated name=value configuration options\n in parentheses after the handler name, e.g.\n-\"text(params=true,maxParam=160)\".\n+\"text(maxCell=40,params=true)\".\n The following options are available:\n \n

\n \n
\n- params = true|false\n+ maxCell = <int>\n
\n \n
\n- Whether to output table parameters as well as row data.\n-(Default: true)\n+ Maximum width in characters of an output table cell. Cells longer than this will be truncated.\n+(Default: 40)\n \n
\n \n
\n- maxParam = <int>\n+ params = true|false\n
\n \n
\n- Maximum width in characters of an output table parameter. Parameters with values longer than this will be truncated.\n-(Default: 160)\n+ Whether to output table parameters as well as row data.\n+(Default: true)\n \n
\n \n
\n- maxCell = <int>\n+ maxParam = <int>\n
\n \n
\n- Maximum width in characters of an output table cell. Cells longer than this will be truncated.\n-(Default: 40)\n+ Maximum width in characters of an output table parameter. Parameters with values longer than this will be truncated.\n+(Default: 160)\n \n
\n \n
\n sampledRows = <int>\n
\n \n@@ -5360,36 +5360,36 @@\n \n

\n \n

\n The handler behaviour may be modified by specifying\n one or more comma-separated name=value configuration options\n in parentheses after the handler name, e.g.\n-\"html(standalone=false,maxCell=200)\".\n+\"html(maxCell=200,standalone=false)\".\n The following options are available:\n \n

\n \n
\n- standalone = true|false\n+ maxCell = <int>\n
\n \n
\n- If true, the output is a freestanding HTML document complete with HTML, HEAD and BODY tags. If false, the output is just a TABLE element.\n-(Default: false)\n+ Maximum width in characters of an output table cell. Cells longer than this will be truncated.\n+(Default: 200)\n \n
\n \n
\n- maxCell = <int>\n+ standalone = true|false\n
\n \n
\n- Maximum width in characters of an output table cell. Cells longer than this will be truncated.\n-(Default: 200)\n+ If true, the output is a freestanding HTML document complete with HTML, HEAD and BODY tags. If false, the output is just a TABLE element.\n+(Default: false)\n \n
\n \n
\n \n

\n \n@@ -9146,15 +9146,15 @@\n \n \n
\n User name for the SQL connection to the database.\n \n \n

\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n

\n
\n \n
\n password = <passwd>       (String)\n
\n \n@@ -62491,15 +62491,15 @@\n Only used if the animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n

\n- [Default: 42]\n+ [Default: 40]\n

\n \n \n
\n seq = <suffix>[,...]       (String[])\n
\n \n@@ -64693,15 +64693,15 @@\n Only used if the animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n

\n- [Default: 42]\n+ [Default: 40]\n

\n \n \n
\n projection = sin|aitoff|aitoff0|car|car0       (Projection)\n
\n \n@@ -66463,15 +66463,15 @@\n Only used if the animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n

\n- [Default: 42]\n+ [Default: 40]\n

\n \n \n
\n phi = <degrees>       (Double)\n
\n \n@@ -68504,15 +68504,15 @@\n Only used if the animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n

\n- [Default: 42]\n+ [Default: 40]\n

\n \n \n
\n phi = <degrees>       (Double)\n
\n \n@@ -70304,15 +70304,15 @@\n Only used if the animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n

\n- [Default: 42]\n+ [Default: 40]\n

\n \n \n
\n seq = <suffix>[,...]       (String[])\n
\n \n@@ -72373,15 +72373,15 @@\n Only used if the animate\n parameter is supplied.\n The default value is the number of processors apparently\n available to the JVM.\n \n \n

\n- [Default: 42]\n+ [Default: 40]\n

\n \n \n
\n seq = <suffix>[,...]       (String[])\n
\n \n@@ -77775,15 +77775,15 @@\n \n
\n User name for logging in to SQL database.\n Defaults to the current username.\n \n \n

\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n

\n
\n \n
\n \n

\n \n@@ -78718,15 +78718,15 @@\n \n
\n User name for logging in to SQL database.\n Defaults to the current username.\n \n \n

\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n

\n
\n \n
\n where = <sql-condition>       (String)\n
\n \n@@ -78940,15 +78940,15 @@\n \n
\n User name for logging in to SQL database.\n Defaults to the current username.\n \n \n

\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n

\n
\n \n
\n \n

\n \n", "details": [{"source1": "html2text {}", "source2": "html2text {}", "unified_diff": "@@ -2055,23 +2055,23 @@\n Writes to a simple plain-text format intended to be comprehensible by humans or\n machines.\n The first line is a comment, starting with a \"#\" character, naming the columns,\n and an attempt is made to line up data in columns using spaces. No metadata\n apart from column names is written.\n The handler behaviour may be modified by specifying one or more comma-separated\n name=value configuration options in parentheses after the handler name, e.g.\n-\"ascii(params=false,maxParam=160)\". The following options are available:\n+\"ascii(maxCell=158,params=false)\". The following options are available:\n+ m\bma\bax\bxC\bCe\bel\bll\bl =\b= <\b\b>\n+ Maximum width in characters of an output table cell. Cells longer than\n+ this will be truncated. (Default: 158)\n p\bpa\bar\bra\bam\bms\bs =\b= t\btr\bru\bue\be|\b|f\bfa\bal\bls\bse\be\n Whether to output table parameters as well as row data. (Default: false)\n m\bma\bax\bxP\bPa\bar\bra\bam\bm =\b= <\b\b>\n Maximum width in characters of an output table parameter. Parameters with\n values longer than this will be truncated. (Default: 160)\n- m\bma\bax\bxC\bCe\bel\bll\bl =\b= <\b\b>\n- Maximum width in characters of an output table cell. Cells longer than\n- this will be truncated. (Default: 158)\n s\bsa\bam\bmp\bpl\ble\bed\bdR\bRo\bow\bws\bs =\b= <\b\b>\n The number of rows examined on a first pass of the table to determine the\n width of each column. Only a representative number of rows needs to be\n examined, but if a formatted cell value after this limit is wider than\n the cells up to it, then such later wide cells may get truncated. If the\n value is <=0, all rows are examined in the first pass; this is the\n default, but it can be configured to some other value if that takes too\n@@ -2090,23 +2090,23 @@\n *\b**\b**\b* 5\b5.\b.1\b1.\b.2\b2.\b.6\b6 i\bip\bpa\bac\bc *\b**\b**\b*\n Writes output in the format used by CalTech's Infrared Processing and Analysis\n Center, and defined at _\bh_\bt_\bt_\bp_\b:_\b/_\b/_\bi_\br_\bs_\ba_\b._\bi_\bp_\ba_\bc_\b._\bc_\ba_\bl_\bt_\be_\bc_\bh_\b._\be_\bd_\bu_\b/_\ba_\bp_\bp_\bl_\bi_\bc_\ba_\bt_\bi_\bo_\bn_\bs_\b/_\bD_\bD_\bG_\bE_\bN_\b/_\bD_\bo_\bc_\b/\n _\bi_\bp_\ba_\bc_\b__\bt_\bb_\bl_\b._\bh_\bt_\bm_\bl. Column name, type, units and null values are written, as well as\n table parameters.\n The handler behaviour may be modified by specifying one or more comma-separated\n name=value configuration options in parentheses after the handler name, e.g.\n-\"ipac(params=true,maxParam=100000)\". The following options are available:\n+\"ipac(maxCell=1000,params=true)\". The following options are available:\n+ m\bma\bax\bxC\bCe\bel\bll\bl =\b= <\b\b>\n+ Maximum width in characters of an output table cell. Cells longer than\n+ this will be truncated. (Default: 1000)\n p\bpa\bar\bra\bam\bms\bs =\b= t\btr\bru\bue\be|\b|f\bfa\bal\bls\bse\be\n Whether to output table parameters as well as row data. (Default: true)\n m\bma\bax\bxP\bPa\bar\bra\bam\bm =\b= <\b\b>\n Maximum width in characters of an output table parameter. Parameters with\n values longer than this will be truncated. (Default: 100000)\n- m\bma\bax\bxC\bCe\bel\bll\bl =\b= <\b\b>\n- Maximum width in characters of an output table cell. Cells longer than\n- this will be truncated. (Default: 1000)\n s\bsa\bam\bmp\bpl\ble\bed\bdR\bRo\bow\bws\bs =\b= <\b\b>\n The number of rows examined on a first pass of the table to determine the\n width of each column. Only a representative number of rows needs to be\n examined, but if a formatted cell value after this limit is wider than\n the cells up to it, then such later wide cells may get truncated. If the\n value is <=0, all rows are examined in the first pass; this is the\n default, but it can be configured to some other value if that takes too\n@@ -2132,23 +2132,23 @@\n *\b**\b**\b* 5\b5.\b.1\b1.\b.2\b2.\b.7\b7 p\bpa\bar\brq\bqu\bue\bet\bt *\b**\b**\b*\n *\b**\b**\b* 5\b5.\b.1\b1.\b.2\b2.\b.8\b8 f\bfe\bea\bat\bth\bhe\ber\br *\b**\b**\b*\n *\b**\b**\b* 5\b5.\b.1\b1.\b.2\b2.\b.9\b9 t\bte\bex\bxt\bt *\b**\b**\b*\n Writes tables in a simple text-based format designed to be read by humans. No\n reader exists for this format.\n The handler behaviour may be modified by specifying one or more comma-separated\n name=value configuration options in parentheses after the handler name, e.g.\n-\"text(params=true,maxParam=160)\". The following options are available:\n+\"text(maxCell=40,params=true)\". The following options are available:\n+ m\bma\bax\bxC\bCe\bel\bll\bl =\b= <\b\b>\n+ Maximum width in characters of an output table cell. Cells longer than\n+ this will be truncated. (Default: 40)\n p\bpa\bar\bra\bam\bms\bs =\b= t\btr\bru\bue\be|\b|f\bfa\bal\bls\bse\be\n Whether to output table parameters as well as row data. (Default: true)\n m\bma\bax\bxP\bPa\bar\bra\bam\bm =\b= <\b\b>\n Maximum width in characters of an output table parameter. Parameters with\n values longer than this will be truncated. (Default: 160)\n- m\bma\bax\bxC\bCe\bel\bll\bl =\b= <\b\b>\n- Maximum width in characters of an output table cell. Cells longer than\n- this will be truncated. (Default: 40)\n s\bsa\bam\bmp\bpl\ble\bed\bdR\bRo\bow\bws\bs =\b= <\b\b>\n The number of rows examined on a first pass of the table to determine the\n width of each column. Only a representative number of rows needs to be\n examined, but if a formatted cell value after this limit is wider than\n the cells up to it, then such later wide cells may get truncated. If the\n value is <=0, all rows are examined in the first pass; this is the\n default, but it can be configured to some other value if that takes too\n@@ -2170,22 +2170,22 @@\n | 7 | human | Mark | 2 | 1.8 | true |\n +-------+-----------+---------------+------+--------+--------+\n *\b**\b**\b* 5\b5.\b.1\b1.\b.2\b2.\b.1\b10\b0 h\bht\btm\bml\bl *\b**\b**\b*\n Writes a basic HTML TABLE element suitable for use as a web page or for\n insertion into one.\n The handler behaviour may be modified by specifying one or more comma-separated\n name=value configuration options in parentheses after the handler name, e.g.\n-\"html(standalone=false,maxCell=200)\". The following options are available:\n+\"html(maxCell=200,standalone=false)\". The following options are available:\n+ m\bma\bax\bxC\bCe\bel\bll\bl =\b= <\b\b>\n+ Maximum width in characters of an output table cell. Cells longer than\n+ this will be truncated. (Default: 200)\n s\bst\bta\ban\bnd\bda\bal\blo\bon\bne\be =\b= t\btr\bru\bue\be|\b|f\bfa\bal\bls\bse\be\n If true, the output is a freestanding HTML document complete with HTML,\n HEAD and BODY tags. If false, the output is just a TABLE element.\n (Default: false)\n- m\bma\bax\bxC\bCe\bel\bll\bl =\b= <\b\b>\n- Maximum width in characters of an output table cell. Cells longer than\n- this will be truncated. (Default: 200)\n Multiple tables may be written to a single output file using this format.\n If no output format is explicitly chosen, writing to a filename with the\n extension \".html\" or \".htm\" (case insensitive) will select HTML format for\n output.\n An example looks like this:\n \n \n@@ -3533,15 +3533,15 @@\n of the same name already exists, it is dropped first.\n * append: Appends to an existing table. An error results if the named\n table has the wrong structure (number or types of columns) for the\n data being written.\n [Default: create]\n u\bus\bse\ber\br =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n User name for the SQL connection to the database.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n p\bpa\bas\bss\bsw\bwo\bor\brd\bd =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n Password for the SQL connection to the database.\n ===============================================================================\n *\b**\b**\b**\b**\b* 7\b7 C\bCr\bro\bos\bss\bsm\bma\bat\btc\bch\bhi\bin\bng\bg *\b**\b**\b**\b**\b*\n STILTS offers flexible and efficient facilities for crossmatching tables.\n Crossmatching is identifying different rows, which may be in the same or\n different tables, that refer to the same item. In an astronomical context such\n@@ -19156,15 +19156,15 @@\n parameter\n [Default: auto]\n p\bpa\bar\bra\bal\bll\ble\bel\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(I\bIn\bnt\bte\beg\bge\ber\br)\b)\n Determines how many threads will run in parallel if animation output is\n being produced. Only used if the animate parameter is supplied. The\n default value is the number of processors apparently available to the\n JVM.\n- [Default: 42]\n+ [Default: 40]\n s\bse\beq\bq =\b= <\b\b>[\b[,\b,.\b..\b..\b.]\b] ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg[\b[]\b])\b)\n Contains a comma-separated list of layer suffixes to determine the order\n in which layers are drawn on the plot. This can affect which symbol are\n plotted on top of, and so potentially obscure, which other ones.\n When specifying a plot, multiple layers may be specified, each introduced\n by a parameter layer, where is a different (arbitrary) suffix\n labelling the layer, and is appended to all the parameters specific to\n@@ -19853,15 +19853,15 @@\n parameter\n [Default: auto]\n p\bpa\bar\bra\bal\bll\ble\bel\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(I\bIn\bnt\bte\beg\bge\ber\br)\b)\n Determines how many threads will run in parallel if animation output is\n being produced. Only used if the animate parameter is supplied. The\n default value is the number of processors apparently available to the\n JVM.\n- [Default: 42]\n+ [Default: 40]\n p\bpr\bro\boj\bje\bec\bct\bti\bio\bon\bn =\b= s\bsi\bin\bn|\b|a\bai\bit\bto\bof\bff\bf|\b|a\bai\bit\bto\bof\bff\bf0\b0|\b|c\bca\bar\br|\b|c\bca\bar\br0\b0 ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(_\bP\bP_\br\br_\bo\bo_\bj\bj_\be\be_\bc\bc_\bt\bt_\bi\bi_\bo\bo_\bn\bn)\b)\n Sky projection used to display the plot.\n The available options are:\n * sin: rotatable sphere\n * aitoff: Hammer-Aitoff projection with lon=0 at center\n * aitoff0: Hammer-Aitoff projection with lon=180 at center\n * car: Plate Carree projection (lon/lat on Cartesian axes) with lon=0\n@@ -20424,15 +20424,15 @@\n parameter\n [Default: auto]\n p\bpa\bar\bra\bal\bll\ble\bel\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(I\bIn\bnt\bte\beg\bge\ber\br)\b)\n Determines how many threads will run in parallel if animation output is\n being produced. Only used if the animate parameter is supplied. The\n default value is the number of processors apparently available to the\n JVM.\n- [Default: 42]\n+ [Default: 40]\n p\bph\bhi\bi =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(D\bDo\bou\bub\bbl\ble\be)\b)\n First of the Euler angles, in the ZXZ sequence, defining the rotation of\n the plotted 3d space. Units are degrees. This is the rotation around the\n initial Z axis applied before the plot is viewed.\n [Default: 30]\n p\bps\bsi\bi =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(D\bDo\bou\bub\bbl\ble\be)\b)\n Second of the Euler angles, in the ZXZ sequence, defining the rotation of\n@@ -21077,15 +21077,15 @@\n parameter\n [Default: auto]\n p\bpa\bar\bra\bal\bll\ble\bel\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(I\bIn\bnt\bte\beg\bge\ber\br)\b)\n Determines how many threads will run in parallel if animation output is\n being produced. Only used if the animate parameter is supplied. The\n default value is the number of processors apparently available to the\n JVM.\n- [Default: 42]\n+ [Default: 40]\n p\bph\bhi\bi =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(D\bDo\bou\bub\bbl\ble\be)\b)\n First of the Euler angles, in the ZXZ sequence, defining the rotation of\n the plotted 3d space. Units are degrees. This is the rotation around the\n initial Z axis applied before the plot is viewed.\n [Default: 30]\n p\bps\bsi\bi =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(D\bDo\bou\bub\bbl\ble\be)\b)\n Second of the Euler angles, in the ZXZ sequence, defining the rotation of\n@@ -21673,15 +21673,15 @@\n parameter\n [Default: auto]\n p\bpa\bar\bra\bal\bll\ble\bel\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(I\bIn\bnt\bte\beg\bge\ber\br)\b)\n Determines how many threads will run in parallel if animation output is\n being produced. Only used if the animate parameter is supplied. The\n default value is the number of processors apparently available to the\n JVM.\n- [Default: 42]\n+ [Default: 40]\n s\bse\beq\bq =\b= <\b\b>[\b[,\b,.\b..\b..\b.]\b] ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg[\b[]\b])\b)\n Contains a comma-separated list of layer suffixes to determine the order\n in which layers are drawn on the plot. This can affect which symbol are\n plotted on top of, and so potentially obscure, which other ones.\n When specifying a plot, multiple layers may be specified, each introduced\n by a parameter layer, where is a different (arbitrary) suffix\n labelling the layer, and is appended to all the parameters specific to\n@@ -22345,15 +22345,15 @@\n parameter\n [Default: auto]\n p\bpa\bar\bra\bal\bll\ble\bel\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(I\bIn\bnt\bte\beg\bge\ber\br)\b)\n Determines how many threads will run in parallel if animation output is\n being produced. Only used if the animate parameter is supplied. The\n default value is the number of processors apparently available to the\n JVM.\n- [Default: 42]\n+ [Default: 40]\n s\bse\beq\bq =\b= <\b\b>[\b[,\b,.\b..\b..\b.]\b] ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg[\b[]\b])\b)\n Contains a comma-separated list of layer suffixes to determine the order\n in which layers are drawn on the plot. This can affect which symbol are\n plotted on top of, and so potentially obscure, which other ones.\n When specifying a plot, multiple layers may be specified, each introduced\n by a parameter layer, where is a different (arbitrary) suffix\n labelling the layer, and is appended to all the parameters specific to\n@@ -23969,15 +23969,15 @@\n Password for logging in to SQL database.\n s\bsq\bql\bl =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n Text of an SQL statement for execution. This parameter may be repeated,\n or statements may be separated by semicolon (\";\") characters.\n u\bus\bse\ber\br =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n User name for logging in to SQL database. Defaults to the current\n username.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n *\b**\b**\b**\b* B\bB.\b.2\b24\b4.\b.2\b2 E\bEx\bxa\bam\bmp\bpl\ble\bes\bs *\b**\b**\b**\b*\n Here are some examples of sqlclient:\n This sends two commands to a SQL Server database; the first one (SET\n SHOWPLAN...) sets a flag which causes the DB to return an execution plan\n rather than the result for subsequent queries, and the second makes the\n query itself. Since the password is not provided on the command line, a\n prompt for it will be issued before execution. The result is SQL Server's\n@@ -24301,15 +24301,15 @@\n Currently, the only footprints available are those provided by the CDS\n MOC (Multi-Order Coverage map) service, which covers VizieR and a few\n other cone search services.\n [Default: true]\n u\bus\bse\ber\br =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n User name for logging in to SQL database. Defaults to the current\n username.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n w\bwh\bhe\ber\bre\be =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n An SQL expression further limiting the rows to be selected from the\n database. This will be combined with the constraints on position implied\n by the cone search centres and radii. The value of this parameter should\n just be a condition, it should not contain the WHERE keyword. A null\n value indicates no additional criteria.\n *\b**\b**\b**\b* B\bB.\b.2\b25\b5.\b.2\b2 E\bEx\bxa\bam\bmp\bpl\ble\bes\bs *\b**\b**\b**\b*\n@@ -24375,15 +24375,15 @@\n [Default: true]\n s\bse\bel\ble\bec\bct\bt =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n Gives the full text (including \"SELECT\") of the SELECT statement to\n identify which rows undergo updates.\n u\bus\bse\ber\br =\b= <\b\b> ?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0?\b\u00a0(\b(S\bSt\btr\bri\bin\bng\bg)\b)\n User name for logging in to SQL database. Defaults to the current\n username.\n- [Default: pbuilder1]\n+ [Default: pbuilder2]\n *\b**\b**\b**\b* B\bB.\b.2\b26\b6.\b.2\b2 E\bEx\bxa\bam\bmp\bpl\ble\bes\bs *\b**\b**\b**\b*\n Here are some examples of sqlupdate:\n Fills in the HTMID column of a table called FIRST in the local MySQL\n database RADIO, using HTM pixel indices based on the existing right\n ascension and declination columns in that table. The HTMID column must\n exist prior to executing this command.\n ===============================================================================\n"}]}]}]}]}]}
animals.vot