--- /srv/reproducible-results/rbuild-debian/r-b-build.CU8YEztG/b1/starjava-ttools_3.4-2_arm64.changes
+++ /srv/reproducible-results/rbuild-debian/r-b-build.CU8YEztG/b2/starjava-ttools_3.4-2_arm64.changes
├── Files
│ @@ -1,6 +1,6 @@
│
│ - 75a7d7e4427f47c96524bef47ab51eea 57184 java optional jython-stilts_3.4-2_all.deb
│ + 3eccda5772757c04403092b15593d970 57184 java optional jython-stilts_3.4-2_all.deb
│ a5fd996e025fe055d081d6d5bc041fb5 1349548 doc optional starlink-ttools-java-doc_3.4-2_all.deb
│ - da5041e2528a2e8f33ed2b5c3532ed4e 4511076 java optional starlink-ttools-java_3.4-2_all.deb
│ - 40b34e5e848254e0dca387cb443d400c 1971292 doc optional stilts-doc_3.4-2_all.deb
│ + d9fa8e20c5c3eb9f7fcb262a53e58fc8 4511084 java optional starlink-ttools-java_3.4-2_all.deb
│ + cae26406da15752311e724c758dd8f11 1971244 doc optional stilts-doc_3.4-2_all.deb
│ 2166e27cfc7f6b019f91998cf8f5b125 189644 science optional stilts_3.4-2_all.deb
├── jython-stilts_3.4-2_all.deb
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/jython/Lib/site-packages/stilts.py
│ │ │ │ @@ -1382,15 +1382,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)
│ │ │ │ @@ -1432,15 +1432,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))
│ │ │ │ @@ -4060,15 +4060,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 (";")
│ │ │ │ @@ -4266,15 +4266,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.
│ │ │ │ @@ -4374,15 +4374,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.
│ │ │ │ @@ -11141,15 +11141,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)
│ │ │ │ @@ -11191,15 +11191,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.4-2_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2021-02-04 21:26:11.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 1180 2021-02-04 21:26:11.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 4509704 2021-02-04 21:26:11.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 4509712 2021-02-04 21:26:11.000000 data.tar.xz
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/java/starlink-ttools-3.4.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): 2021 Feb 4 21:26:10
│ │ │ │ │ - 32-bit CRC value (hex): 18256d26
│ │ │ │ │ + 32-bit CRC value (hex): 28ddb89f
│ │ │ │ │ compressed size: 76317 bytes
│ │ │ │ │ uncompressed size: 450467 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
│ │ │ │ ├── stilts.py
│ │ │ │ │ @@ -1382,15 +1382,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)
│ │ │ │ │ @@ -1432,15 +1432,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))
│ │ │ │ │ @@ -4060,15 +4060,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 (";")
│ │ │ │ │ @@ -4266,15 +4266,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.
│ │ │ │ │ @@ -4374,15 +4374,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.
│ │ │ │ │ @@ -11141,15 +11141,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)
│ │ │ │ │ @@ -11191,15 +11191,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.4-2_all.deb
│ ├── file list
│ │ @@ -1,3 +1,3 @@
│ │ -rw-r--r-- 0 0 0 4 2021-02-04 21:26:11.000000 debian-binary
│ │ -rw-r--r-- 0 0 0 11360 2021-02-04 21:26:11.000000 control.tar.xz
│ │ --rw-r--r-- 0 0 0 1959740 2021-02-04 21:26:11.000000 data.tar.xz
│ │ +-rw-r--r-- 0 0 0 1959692 2021-02-04 21:26:11.000000 data.tar.xz
│ ├── control.tar.xz
│ │ ├── control.tar
│ │ │ ├── ./md5sums
│ │ │ │ ├── ./md5sums
│ │ │ │ │┄ Files differ
│ ├── data.tar.xz
│ │ ├── data.tar
│ │ │ ├── ./usr/share/doc/stilts/sun256/mode-tosql.html
│ │ │ │ @@ -71,15 +71,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ [Default: create
]
│ │ │ │
│ │ │ │ user = <username>
(String)
│ │ │ │ User name for the SQL connection to the database.
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │ password = <passwd>
(String)
│ │ │ │ Password for the SQL connection to the database.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
Next Previous Up Contents
Next: Crossmatching
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -39,15 +39,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]
│ │ │ │ │ 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.
│ │ │ │ │ ===============================================================================
│ │ │ │ │ Next Previous Up Contents
│ │ │ │ │ Next:Crossmatching
│ │ │ │ │ Up:Output_Modes
│ │ │ │ │ Previous:topcat
│ │ │ ├── ./usr/share/doc/stilts/sun256/sqlclient-usage.html
│ │ │ │ @@ -72,15 +72,15 @@
│ │ │ │ This parameter may be repeated, or statements may be
│ │ │ │ separated by semicolon (";
") characters.
│ │ │ │
│ │ │ │ user = <value>
(String)
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
Next Previous Up Contents
Next: Examples
│ │ │ │ Up: sqlclient:
│ │ │ │ Executes SQL statements
│ │ │ │ Previous: sqlclient:
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -35,15 +35,15 @@
│ │ │ │ │ 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 (";") characters.
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for logging in to SQL database. Defaults to the current
│ │ │ │ │ username.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ ===============================================================================
│ │ │ │ │ Next Previous Up Contents
│ │ │ │ │ Next:Examples
│ │ │ │ │ Up:sqlclient:_Executes_SQL_statements
│ │ │ │ │ Previous:sqlclient:_Executes_SQL_statements
│ │ │ │ │ ===============================================================================
│ │ │ │ │ STILTS - Starlink Tables Infrastructure Library Tool Set
│ │ │ ├── ./usr/share/doc/stilts/sun256/sqlskymatch-usage.html
│ │ │ │ @@ -515,15 +515,15 @@
│ │ │ │
│ │ │ │ [Default: true
]
│ │ │ │
│ │ │ │ user = <value>
(String)
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │ where = <sql-condition>
(String)
│ │ │ │ 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.
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -305,15 +305,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]
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for logging in to SQL database. Defaults to the current
│ │ │ │ │ username.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ where = (String)
│ │ │ │ │ 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.
│ │ │ │ │ ===============================================================================
│ │ │ ├── ./usr/share/doc/stilts/sun256/sqlupdate-usage.html
│ │ │ │ @@ -79,15 +79,15 @@
│ │ │ │ of the SELECT statement to identify which rows undergo
│ │ │ │ updates.
│ │ │ │
│ │ │ │ user = <value>
(String)
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
Next Previous Up Contents
Next: Examples
│ │ │ │ Up: sqlupdate: Updates values in an SQL table
│ │ │ │ Previous: sqlupdate: Updates values in an SQL table
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -40,15 +40,15 @@
│ │ │ │ │ [Default: true]
│ │ │ │ │ select = (String)
│ │ │ │ │ Gives the full text (including "SELECT") of the SELECT statement to
│ │ │ │ │ identify which rows undergo updates.
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for logging in to SQL database. Defaults to the current
│ │ │ │ │ username.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ ===============================================================================
│ │ │ │ │ Next Previous Up Contents
│ │ │ │ │ Next:Examples
│ │ │ │ │ Up:sqlupdate:_Updates_values_in_an_SQL_table
│ │ │ │ │ Previous:sqlupdate:_Updates_values_in_an_SQL_table
│ │ │ │ │ ===============================================================================
│ │ │ │ │ STILTS - Starlink Tables Infrastructure Library Tool Set
│ │ │ ├── ./usr/share/doc/stilts/sun256/sun256.html
│ │ │ │ @@ -8199,15 +8199,15 @@
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ User name for the SQL connection to the database.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ password = <passwd>
(String)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -64021,15 +64021,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ @@ -64957,15 +64957,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ where = <sql-condition>
(String)
│ │ │ │
│ │ │ │
│ │ │ │ @@ -65179,15 +65179,15 @@
│ │ │ │
│ │ │ │
│ │ │ │ User name for logging in to SQL database.
│ │ │ │ Defaults to the current username.
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ - [Default: pbuilder1
]
│ │ │ │ + [Default: pbuilder2
]
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │ ├── html2text {}
│ │ │ │ │ @@ -3204,15 +3204,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]
│ │ │ │ │ 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.
│ │ │ │ │ ===============================================================================
│ │ │ │ │ ***** 7 Crossmatching *****
│ │ │ │ │ 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
│ │ │ │ │ @@ -19601,15 +19601,15 @@
│ │ │ │ │ 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 (";") characters.
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for logging in to SQL database. Defaults to the current
│ │ │ │ │ username.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ **** B.19.2 Examples ****
│ │ │ │ │ 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
│ │ │ │ │ @@ -19930,15 +19930,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]
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for logging in to SQL database. Defaults to the current
│ │ │ │ │ username.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ where = (String)
│ │ │ │ │ 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.
│ │ │ │ │ **** B.20.2 Examples ****
│ │ │ │ │ @@ -20004,15 +20004,15 @@
│ │ │ │ │ [Default: true]
│ │ │ │ │ select = (String)
│ │ │ │ │ Gives the full text (including "SELECT") of the SELECT statement to
│ │ │ │ │ identify which rows undergo updates.
│ │ │ │ │ user = (String)
│ │ │ │ │ User name for logging in to SQL database. Defaults to the current
│ │ │ │ │ username.
│ │ │ │ │ - [Default: pbuilder1]
│ │ │ │ │ + [Default: pbuilder2]
│ │ │ │ │ **** B.21.2 Examples ****
│ │ │ │ │ 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.
│ │ │ │ │ ===============================================================================