--- /srv/reproducible-results/rbuild-debian/r-b-build.maNXnBD2/b1/starjava-ttools_3.5-2_arm64.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.maNXnBD2/b2/starjava-ttools_3.5-2_arm64.changes
├── Files
│ @@ -1,6 +1,6 @@
│
│ - 287723709e49be978097e9eea89a8ce2 65812 java optional jython-stilts_3.5-2_all.deb
│ + f238a6c6b878239a8e63a75155fb935d 65792 java optional jython-stilts_3.5-2_all.deb
│ 3035e192c43c717f5ed86d4118e28581 1234876 doc optional starlink-ttools-java-doc_3.5-2_all.deb
│ - 7bc040845169b3037370c036bf61288c 5250148 java optional starlink-ttools-java_3.5-2_all.deb
│ - 57ab7320ab442b8029ea10bb3c7b77b3 2378120 doc optional stilts-doc_3.5-2_all.deb
│ + 5e318ec90b17ac93e3461fa9db6bb278 5250232 java optional starlink-ttools-java_3.5-2_all.deb
│ + 8d2421c537a3e7d79e88232ee7b7c6fe 2378132 doc optional stilts-doc_3.5-2_all.deb
│ 33062afd6586926fa9d37d1e4cf4227b 227048 science optional stilts_3.5-2_all.deb
├── jython-stilts_3.5-2_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2024-10-14 19:50:59.000000 debian-binary
│ │ --rw-r--r-- 0 0 0 1368 2024-10-14 19:50:59.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 64252 2024-10-14 19:50:59.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 1372 2024-10-14 19:50:59.000000 control.tar.xz
│ │ +-rw-r--r-- 0 0 0 64228 2024-10-14 19:50:59.000000 data.tar.xz
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/jython/Lib/site-packages/stilts.py
│ │ │ │ @@ -1486,15 +1486,15 @@
│ │ │ │ env = _JyEnvironment()
│ │ │ │ env.setValue('format', _map_env_value(format))
│ │ │ │ env.setValue('client', _map_env_value(client))
│ │ │ │ mode = _stilts.getModeFactory().createObject('samp')
│ │ │ │ consumer = mode.createConsumer(env)
│ │ │ │ _check_unused_args(env)
│ │ │ │ consumer.consume(self)
│ │ │ │ - def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):
│ │ │ │ + def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):
│ │ │ │ '''\
│ │ │ │ Writes a new table to an SQL database. You need the appropriate JDBC
│ │ │ │ drivers and -Djdbc.drivers set as usual (see SUN/256).
│ │ │ │
│ │ │ │ Parameters:
│ │ │ │
│ │ │ │ protocol = (String)
│ │ │ │ @@ -1536,15 +1536,15 @@
│ │ │ │ of columns) for the data being written.
│ │ │ │
│ │ │ │ [Default: create]
│ │ │ │
│ │ │ │ user = (String)
│ │ │ │ User name for the SQL connection to the database.
│ │ │ │
│ │ │ │ - [Default: pbuilder1]
│ │ │ │ + [Default: pbuilder2]
│ │ │ │
│ │ │ │ password = (String)
│ │ │ │ Password for the SQL connection to the database.
│ │ │ │ '''
│ │ │ │ env = _JyEnvironment()
│ │ │ │ env.setValue('protocol', _map_env_value(protocol))
│ │ │ │ env.setValue('db', _map_env_value(db))
│ │ │ │ @@ -4287,15 +4287,15 @@
│ │ │ │ classpath and referenced in the jdbc.drivers system property
│ │ │ │ as well for the connection to be made.
│ │ │ │
│ │ │ │ user = (String)
│ │ │ │ User name for logging in to SQL database. Defaults to the
│ │ │ │ current username.
│ │ │ │
│ │ │ │ - [Default: pbuilder1]
│ │ │ │ + [Default: pbuilder2]
│ │ │ │
│ │ │ │ password = (String)
│ │ │ │ Password for logging in to SQL database.
│ │ │ │
│ │ │ │ sql = (String)
│ │ │ │ Text of an SQL statement for execution. This parameter may be
│ │ │ │ repeated, or statements may be separated by semicolon (";")
│ │ │ │ @@ -4493,15 +4493,15 @@
│ │ │ │ classpath and referenced in the jdbc.drivers system property
│ │ │ │ as well for the connection to be made.
│ │ │ │
│ │ │ │ user = (String)
│ │ │ │ User name for logging in to SQL database. Defaults to the
│ │ │ │ current username.
│ │ │ │
│ │ │ │ - [Default: pbuilder1]
│ │ │ │ + [Default: pbuilder2]
│ │ │ │
│ │ │ │ password = (String)
│ │ │ │ Password for logging in to SQL database.
│ │ │ │
│ │ │ │ dbtable = (String)
│ │ │ │ The name of the table in the SQL database which provides the
│ │ │ │ remote data.
│ │ │ │ @@ -4601,15 +4601,15 @@
│ │ │ │ classpath and referenced in the jdbc.drivers system property
│ │ │ │ as well for the connection to be made.
│ │ │ │
│ │ │ │ user = (String)
│ │ │ │ User name for logging in to SQL database. Defaults to the
│ │ │ │ current username.
│ │ │ │
│ │ │ │ - [Default: pbuilder1]
│ │ │ │ + [Default: pbuilder2]
│ │ │ │
│ │ │ │ password = (String)
│ │ │ │ Password for logging in to SQL database.
│ │ │ │
│ │ │ │ select = (String)
│ │ │ │ Gives the full text (including "SELECT") of the SELECT
│ │ │ │ statement to identify which rows undergo updates.
│ │ │ │ @@ -13131,15 +13131,15 @@
│ │ │ │ env.setValue('format', _map_env_value(format))
│ │ │ │ env.setValue('client', _map_env_value(client))
│ │ │ │ mode = _stilts.getModeFactory().createObject('samp')
│ │ │ │ consumer = mode.createConsumer(env)
│ │ │ │ _check_unused_args(env)
│ │ │ │ consumer.consume(table)
│ │ │ │
│ │ │ │ -def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):
│ │ │ │ +def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):
│ │ │ │ '''\
│ │ │ │ Writes a new table to an SQL database. You need the appropriate JDBC
│ │ │ │ drivers and -Djdbc.drivers set as usual (see SUN/256).
│ │ │ │
│ │ │ │ Parameters:
│ │ │ │
│ │ │ │ protocol = (String)
│ │ │ │ @@ -13181,15 +13181,15 @@
│ │ │ │ of columns) for the data being written.
│ │ │ │
│ │ │ │ [Default: create]
│ │ │ │
│ │ │ │ user = (String)
│ │ │ │ User name for the SQL connection to the database.
│ │ │ │
│ │ │ │ - [Default: pbuilder1]
│ │ │ │ + [Default: pbuilder2]
│ │ │ │
│ │ │ │ password = (String)
│ │ │ │ Password for the SQL connection to the database.
│ │ │ │ '''
│ │ │ │ env = _JyEnvironment()
│ │ │ │ env.setValue('protocol', _map_env_value(protocol))
│ │ │ │ env.setValue('db', _map_env_value(db))
├── starlink-ttools-java_3.5-2_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2024-10-14 19:50:59.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 1228 2024-10-14 19:50:59.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 5248728 2024-10-14 19:50:59.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 5248812 2024-10-14 19:50:59.000000 data.tar.xz
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/java/starlink-ttools-3.5.jar
│ │ │ │ ├── zipinfo -v {}
│ │ │ │ │ @@ -172,15 +172,15 @@
│ │ │ │ │ minimum file system compatibility required: MS-DOS, OS/2 or NT FAT
│ │ │ │ │ minimum software version required to extract: 1.0
│ │ │ │ │ compression method: deflated
│ │ │ │ │ compression sub-type (deflation): normal
│ │ │ │ │ file security status: not encrypted
│ │ │ │ │ extended local header: no
│ │ │ │ │ file last modified on (DOS date/time): 2024 Oct 14 19:50:58
│ │ │ │ │ - 32-bit CRC value (hex): 3cda158e
│ │ │ │ │ + 32-bit CRC value (hex): 5d8ee313
│ │ │ │ │ compressed size: 91127 bytes
│ │ │ │ │ uncompressed size: 536159 bytes
│ │ │ │ │ length of filename: 9 characters
│ │ │ │ │ length of extra field: 0 bytes
│ │ │ │ │ length of file comment: 0 characters
│ │ │ │ │ disk number on which file begins: disk 1
│ │ │ │ │ apparent file type: binary
│ │ │ │ ├── zipdetails --redact --scan --utc {}
│ │ │ │ │ @@ -100,15 +100,15 @@
│ │ │ │ │ 0002F1 Extract Zip Spec 0A (10) '1.0'
│ │ │ │ │ 0002F2 Extract OS 00 (0) 'MS-DOS'
│ │ │ │ │ 0002F3 General Purpose Flag 0800 (2048)
│ │ │ │ │ [Bits 1-2] 0 'Normal Compression'
│ │ │ │ │ [Bit 11] 1 'Language Encoding'
│ │ │ │ │ 0002F5 Compression Method 0008 (8) 'Deflated'
│ │ │ │ │ 0002F7 Modification Time 594E9E5D (1498324573) 'Mon Oct 14 19:50:58 2024'
│ │ │ │ │ -0002FB CRC 3CDA158E (1020925326)
│ │ │ │ │ +0002FB CRC 5D8EE313 (1569645331)
│ │ │ │ │ 0002FF Compressed Size 000163F7 (91127)
│ │ │ │ │ 000303 Uncompressed Size 00082E5F (536159)
│ │ │ │ │ 000307 Filename Length 0009 (9)
│ │ │ │ │ 000309 Extra Length 0000 (0)
│ │ │ │ │ 00030B Filename 'XXXXXXXXX'
│ │ │ │ │ #
│ │ │ │ │ # WARNING: Offset 0x30B: Filename 'XXXXXXXXX'
│ │ │ │ │ @@ -72144,15 +72144,15 @@
│ │ │ │ │ 52CEC2 Extract Zip Spec 0A (10) '1.0'
│ │ │ │ │ 52CEC3 Extract OS 00 (0) 'MS-DOS'
│ │ │ │ │ 52CEC4 General Purpose Flag 0800 (2048)
│ │ │ │ │ [Bits 1-2] 0 'Normal Compression'
│ │ │ │ │ [Bit 11] 1 'Language Encoding'
│ │ │ │ │ 52CEC6 Compression Method 0008 (8) 'Deflated'
│ │ │ │ │ 52CEC8 Modification Time 594E9E5D (1498324573) 'Mon Oct 14 19:50:58 2024'
│ │ │ │ │ -52CECC CRC 3CDA158E (1020925326)
│ │ │ │ │ +52CECC CRC 5D8EE313 (1569645331)
│ │ │ │ │ 52CED0 Compressed Size 000163F7 (91127)
│ │ │ │ │ 52CED4 Uncompressed Size 00082E5F (536159)
│ │ │ │ │ 52CED8 Filename Length 0009 (9)
│ │ │ │ │ 52CEDA Extra Length 0000 (0)
│ │ │ │ │ 52CEDC Comment Length 0000 (0)
│ │ │ │ │ 52CEDE Disk Start 0000 (0)
│ │ │ │ │ 52CEE0 Int File Attributes 0000 (0)
│ │ │ │ ├── stilts.py
│ │ │ │ │ @@ -1486,15 +1486,15 @@
│ │ │ │ │ env = _JyEnvironment()
│ │ │ │ │ env.setValue('format', _map_env_value(format))
│ │ │ │ │ env.setValue('client', _map_env_value(client))
│ │ │ │ │ mode = _stilts.getModeFactory().createObject('samp')
│ │ │ │ │ consumer = mode.createConsumer(env)
│ │ │ │ │ _check_unused_args(env)
│ │ │ │ │ consumer.consume(self)
│ │ │ │ │ - def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):
│ │ │ │ │ + def mode_tosql(self, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):
│ │ │ │ │ '''\
│ │ │ │ │ Writes a new table to an SQL database. You need the appropriate JDBC
│ │ │ │ │ drivers and -Djdbc.drivers set as usual (see SUN/256).
│ │ │ │ │
│ │ │ │ │ Parameters:
│ │ │ │ │
│ │ │ │ │ protocol = (String)
│ │ │ │ │ @@ -1536,15 +1536,15 @@
│ │ │ │ │ of columns) for the data being written.
│ │ │ │ │
│ │ │ │ │ [Default: create]
│ │ │ │ │
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for the SQL connection to the database.
│ │ │ │ │
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │
│ │ │ │ │ password = (String)
│ │ │ │ │ Password for the SQL connection to the database.
│ │ │ │ │ '''
│ │ │ │ │ env = _JyEnvironment()
│ │ │ │ │ env.setValue('protocol', _map_env_value(protocol))
│ │ │ │ │ env.setValue('db', _map_env_value(db))
│ │ │ │ │ @@ -4287,15 +4287,15 @@
│ │ │ │ │ classpath and referenced in the jdbc.drivers system property
│ │ │ │ │ as well for the connection to be made.
│ │ │ │ │
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for logging in to SQL database. Defaults to the
│ │ │ │ │ current username.
│ │ │ │ │
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │
│ │ │ │ │ password = (String)
│ │ │ │ │ Password for logging in to SQL database.
│ │ │ │ │
│ │ │ │ │ sql = (String)
│ │ │ │ │ Text of an SQL statement for execution. This parameter may be
│ │ │ │ │ repeated, or statements may be separated by semicolon (";")
│ │ │ │ │ @@ -4493,15 +4493,15 @@
│ │ │ │ │ classpath and referenced in the jdbc.drivers system property
│ │ │ │ │ as well for the connection to be made.
│ │ │ │ │
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for logging in to SQL database. Defaults to the
│ │ │ │ │ current username.
│ │ │ │ │
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │
│ │ │ │ │ password = (String)
│ │ │ │ │ Password for logging in to SQL database.
│ │ │ │ │
│ │ │ │ │ dbtable = (String)
│ │ │ │ │ The name of the table in the SQL database which provides the
│ │ │ │ │ remote data.
│ │ │ │ │ @@ -4601,15 +4601,15 @@
│ │ │ │ │ classpath and referenced in the jdbc.drivers system property
│ │ │ │ │ as well for the connection to be made.
│ │ │ │ │
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for logging in to SQL database. Defaults to the
│ │ │ │ │ current username.
│ │ │ │ │
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │
│ │ │ │ │ password = (String)
│ │ │ │ │ Password for logging in to SQL database.
│ │ │ │ │
│ │ │ │ │ select = (String)
│ │ │ │ │ Gives the full text (including "SELECT") of the SELECT
│ │ │ │ │ statement to identify which rows undergo updates.
│ │ │ │ │ @@ -13131,15 +13131,15 @@
│ │ │ │ │ env.setValue('format', _map_env_value(format))
│ │ │ │ │ env.setValue('client', _map_env_value(client))
│ │ │ │ │ mode = _stilts.getModeFactory().createObject('samp')
│ │ │ │ │ consumer = mode.createConsumer(env)
│ │ │ │ │ _check_unused_args(env)
│ │ │ │ │ consumer.consume(table)
│ │ │ │ │
│ │ │ │ │ -def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder1', password=None):
│ │ │ │ │ +def mode_tosql(table, protocol, db, dbtable, host='localhost', write='create', user='pbuilder2', password=None):
│ │ │ │ │ '''\
│ │ │ │ │ Writes a new table to an SQL database. You need the appropriate JDBC
│ │ │ │ │ drivers and -Djdbc.drivers set as usual (see SUN/256).
│ │ │ │ │
│ │ │ │ │ Parameters:
│ │ │ │ │
│ │ │ │ │ protocol = (String)
│ │ │ │ │ @@ -13181,15 +13181,15 @@
│ │ │ │ │ of columns) for the data being written.
│ │ │ │ │
│ │ │ │ │ [Default: create]
│ │ │ │ │
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for the SQL connection to the database.
│ │ │ │ │
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │
│ │ │ │ │ password = (String)
│ │ │ │ │ Password for the SQL connection to the database.
│ │ │ │ │ '''
│ │ │ │ │ env = _JyEnvironment()
│ │ │ │ │ env.setValue('protocol', _map_env_value(protocol))
│ │ │ │ │ env.setValue('db', _map_env_value(db))
├── stilts-doc_3.5-2_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2024-10-14 19:50:59.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 3332 2024-10-14 19:50:59.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 2374596 2024-10-14 19:50:59.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 2374608 2024-10-14 19:50:59.000000 data.tar.xz
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/doc/stilts/sun256/sun256.html
│ │ │ │ @@ -9042,15 +9042,15 @@
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ User name for the SQL connection to the database.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ password = <passwd>
(String)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -74750,15 +74750,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ @@ -75694,15 +75694,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ where = <sql-condition>
(String)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -75916,15 +75916,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -3501,15 +3501,15 @@
│ │ │ │ │ of the same name already exists, it is dropped first.
│ │ │ │ │ * append: Appends to an existing table. An error results if the named
│ │ │ │ │ table has the wrong structure (number or types of columns) for the
│ │ │ │ │ data being written.
│ │ │ │ │ [Default: create]
│ │ │ │ │ uusseerr == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ User name for the SQL connection to the database.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ ppaasssswwoorrdd == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ Password for the SQL connection to the database.
│ │ │ │ │ ===============================================================================
│ │ │ │ │ ********** 77 CCrroossssmmaattcchhiinngg **********
│ │ │ │ │ STILTS offers flexible and efficient facilities for crossmatching tables.
│ │ │ │ │ Crossmatching is identifying different rows, which may be in the same or
│ │ │ │ │ different tables, that refer to the same item. In an astronomical context such
│ │ │ │ │ @@ -23042,15 +23042,15 @@
│ │ │ │ │ Password for logging in to SQL database.
│ │ │ │ │ ssqqll == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ Text of an SQL statement for execution. This parameter may be repeated,
│ │ │ │ │ or statements may be separated by semicolon (";") characters.
│ │ │ │ │ uusseerr == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ User name for logging in to SQL database. Defaults to the current
│ │ │ │ │ username.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ ******** BB..2211..22 EExxaammpplleess ********
│ │ │ │ │ Here are some examples of sqlclient:
│ │ │ │ │ This sends two commands to a SQL Server database; the first one (SET
│ │ │ │ │ SHOWPLAN...) sets a flag which causes the DB to return an execution plan
│ │ │ │ │ rather than the result for subsequent queries, and the second makes the
│ │ │ │ │ query itself. Since the password is not provided on the command line, a
│ │ │ │ │ prompt for it will be issued before execution. The result is SQL Server's
│ │ │ │ │ @@ -23374,15 +23374,15 @@
│ │ │ │ │ Currently, the only footprints available are those provided by the CDS
│ │ │ │ │ MOC (Multi-Order Coverage map) service, which covers VizieR and a few
│ │ │ │ │ other cone search services.
│ │ │ │ │ [Default: true]
│ │ │ │ │ uusseerr == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ User name for logging in to SQL database. Defaults to the current
│ │ │ │ │ username.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ wwhheerree == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ An SQL expression further limiting the rows to be selected from the
│ │ │ │ │ database. This will be combined with the constraints on position implied
│ │ │ │ │ by the cone search centres and radii. The value of this parameter should
│ │ │ │ │ just be a condition, it should not contain the WHERE keyword. A null
│ │ │ │ │ value indicates no additional criteria.
│ │ │ │ │ ******** BB..2222..22 EExxaammpplleess ********
│ │ │ │ │ @@ -23448,15 +23448,15 @@
│ │ │ │ │ [Default: true]
│ │ │ │ │ sseelleecctt == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ Gives the full text (including "SELECT") of the SELECT statement to
│ │ │ │ │ identify which rows undergo updates.
│ │ │ │ │ uusseerr == <> ? ? ? ? ? ? ((SSttrriinngg))
│ │ │ │ │ User name for logging in to SQL database. Defaults to the current
│ │ │ │ │ username.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ ******** BB..2233..22 EExxaammpplleess ********
│ │ │ │ │ Here are some examples of sqlupdate:
│ │ │ │ │ Fills in the HTMID column of a table called FIRST in the local MySQL
│ │ │ │ │ database RADIO, using HTM pixel indices based on the existing right
│ │ │ │ │ ascension and declination columns in that table. The HTMID column must
│ │ │ │ │ exist prior to executing this command.
│ │ │ │ │ ===============================================================================