21.0 KB
/srv/reproducible-results/rbuild-debian/r-b-build.lxcfm5Bx/b1/starjava-ttools_3.4.10-1_armhf.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.lxcfm5Bx/b2/starjava-ttools_3.4.10-1_armhf.changes
739 B
Files
    
Offset 1, 6 lines modifiedOffset 1, 6 lines modified
  
1 ·7998175bb89a3e564ef9cca55fd84ba6·65424·java·optional·jython-stilts_3.4.10-1_all.deb1 ·0a8526c220273e5ce44ae82b9e91aebc·65428·java·optional·jython-stilts_3.4.10-1_all.deb
2 ·09ebd61a2dcef947169e27b8b5053ad2·1221660·doc·optional·starlink-ttools-java-doc_3.4.10-1_all.deb2 ·09ebd61a2dcef947169e27b8b5053ad2·1221660·doc·optional·starlink-ttools-java-doc_3.4.10-1_all.deb
3 ·ede3efe11aa169b18558cde506965c2b·5218620·java·optional·starlink-ttools-java_3.4.10-1_all.deb 
4 ·c924a6696fd0a346729006372499e50c·2375672·doc·optional·stilts-doc_3.4.10-1_all.deb3 ·95aef4580e47792a200ce5bbf0fcf7aa·5218564·java·optional·starlink-ttools-java_3.4.10-1_all.deb
 4 ·420005f8b559fdc493663c0eb206e5d3·2375672·doc·optional·stilts-doc_3.4.10-1_all.deb
5 ·43a247dcedd5c3f7478e5dbdb3a4ab0c·226040·science·optional·stilts_3.4.10-1_all.deb5 ·43a247dcedd5c3f7478e5dbdb3a4ab0c·226040·science·optional·stilts_3.4.10-1_all.deb
5.72 KB
jython-stilts_3.4.10-1_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-05-23·11:20:56.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-05-23·11:20:56.000000·debian-binary
2 -rw-r--r--···0········0········0·····1360·2024-05-23·11:20:56.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1360·2024-05-23·11:20:56.000000·control.tar.xz
3 -rw-r--r--···0········0········0····63872·2024-05-23·11:20:56.000000·data.tar.xz3 -rw-r--r--···0········0········0····63876·2024-05-23·11:20:56.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
5.21 KB
data.tar.xz
4.26 KB
data.tar
4.24 KB
./usr/share/jython/Lib/site-packages/stilts.py
    
Offset 1489, 15 lines modifiedOffset 1489, 15 lines modified
1489 ········env·=·_JyEnvironment()1489 ········env·=·_JyEnvironment()
1490 ········env.setValue('format',·_map_env_value(format))1490 ········env.setValue('format',·_map_env_value(format))
1491 ········env.setValue('client',·_map_env_value(client))1491 ········env.setValue('client',·_map_env_value(client))
1492 ········mode·=·_stilts.getModeFactory().createObject('samp')1492 ········mode·=·_stilts.getModeFactory().createObject('samp')
1493 ········consumer·=·mode.createConsumer(env)1493 ········consumer·=·mode.createConsumer(env)
1494 ········_check_unused_args(env)1494 ········_check_unused_args(env)
1495 ········consumer.consume(self)1495 ········consumer.consume(self)
1496 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1496 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1497 ········'''\1497 ········'''\
1498 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1498 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1499 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1499 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1500 ····1500 ····
1501 ····Parameters:1501 ····Parameters:
1502 ····1502 ····
1503 ·······protocol·=·<jdbc-protocol>·······(String)1503 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1539, 15 lines modifiedOffset 1539, 15 lines modified
1539 ················of·columns)·for·the·data·being·written.1539 ················of·columns)·for·the·data·being·written.
1540 ····1540 ····
1541 ··········[Default:·create]1541 ··········[Default:·create]
1542 ····1542 ····
1543 ·······user·=·<username>·······(String)1543 ·······user·=·<username>·······(String)
1544 ··········User·name·for·the·SQL·connection·to·the·database.1544 ··········User·name·for·the·SQL·connection·to·the·database.
1545 ····1545 ····
1546 ··········[Default:·pbuilder1]1546 ··········[Default:·pbuilder2]
1547 ····1547 ····
1548 ·······password·=·<passwd>·······(String)1548 ·······password·=·<passwd>·······(String)
1549 ··········Password·for·the·SQL·connection·to·the·database.1549 ··········Password·for·the·SQL·connection·to·the·database.
1550 ····'''1550 ····'''
1551 ········env·=·_JyEnvironment()1551 ········env·=·_JyEnvironment()
1552 ········env.setValue('protocol',·_map_env_value(protocol))1552 ········env.setValue('protocol',·_map_env_value(protocol))
1553 ········env.setValue('db',·_map_env_value(db))1553 ········env.setValue('db',·_map_env_value(db))
Offset 4296, 15 lines modifiedOffset 4296, 15 lines modified
4296 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4296 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4297 ······as·well·for·the·connection·to·be·made.4297 ······as·well·for·the·connection·to·be·made.
  
4298 ···user·=·<value>·······(String)4298 ···user·=·<value>·······(String)
4299 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4299 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4300 ······current·username.4300 ······current·username.
  
4301 ······[Default:·pbuilder1]4301 ······[Default:·pbuilder2]
  
4302 ···password·=·<value>·······(String)4302 ···password·=·<value>·······(String)
4303 ······Password·for·logging·in·to·SQL·database.4303 ······Password·for·logging·in·to·SQL·database.
  
4304 ···sql·=·<sql>·······(String)4304 ···sql·=·<sql>·······(String)
4305 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be4305 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
4306 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")4306 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4502, 15 lines modifiedOffset 4502, 15 lines modified
4502 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4502 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4503 ······as·well·for·the·connection·to·be·made.4503 ······as·well·for·the·connection·to·be·made.
  
4504 ···user·=·<value>·······(String)4504 ···user·=·<value>·······(String)
4505 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4505 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4506 ······current·username.4506 ······current·username.
  
4507 ······[Default:·pbuilder1]4507 ······[Default:·pbuilder2]
  
4508 ···password·=·<value>·······(String)4508 ···password·=·<value>·······(String)
4509 ······Password·for·logging·in·to·SQL·database.4509 ······Password·for·logging·in·to·SQL·database.
  
4510 ···dbtable·=·<table-name>·······(String)4510 ···dbtable·=·<table-name>·······(String)
4511 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4511 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4512 ······remote·data.4512 ······remote·data.
Offset 4610, 15 lines modifiedOffset 4610, 15 lines modified
4610 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4610 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4611 ······as·well·for·the·connection·to·be·made.4611 ······as·well·for·the·connection·to·be·made.
  
4612 ···user·=·<value>·······(String)4612 ···user·=·<value>·······(String)
4613 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4613 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4614 ······current·username.4614 ······current·username.
  
4615 ······[Default:·pbuilder1]4615 ······[Default:·pbuilder2]
  
4616 ···password·=·<value>·······(String)4616 ···password·=·<value>·······(String)
4617 ······Password·for·logging·in·to·SQL·database.4617 ······Password·for·logging·in·to·SQL·database.
  
4618 ···select·=·<select-stmt>·······(String)4618 ···select·=·<select-stmt>·······(String)
4619 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4619 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4620 ······statement·to·identify·which·rows·undergo·updates.4620 ······statement·to·identify·which·rows·undergo·updates.
Offset 13103, 15 lines modifiedOffset 13103, 15 lines modified
13103 ····env.setValue('format',·_map_env_value(format))13103 ····env.setValue('format',·_map_env_value(format))
13104 ····env.setValue('client',·_map_env_value(client))13104 ····env.setValue('client',·_map_env_value(client))
13105 ····mode·=·_stilts.getModeFactory().createObject('samp')13105 ····mode·=·_stilts.getModeFactory().createObject('samp')
13106 ····consumer·=·mode.createConsumer(env)13106 ····consumer·=·mode.createConsumer(env)
13107 ····_check_unused_args(env)13107 ····_check_unused_args(env)
13108 ····consumer.consume(table)13108 ····consumer.consume(table)
  
13109 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):13109 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
13110 ····'''\13110 ····'''\
13111 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC13111 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
13112 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).13112 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
  
13113 Parameters:13113 Parameters:
  
13114 ···protocol·=·<jdbc-protocol>·······(String)13114 ···protocol·=·<jdbc-protocol>·······(String)
Offset 13153, 15 lines modifiedOffset 13153, 15 lines modified
13153 ············of·columns)·for·the·data·being·written.13153 ············of·columns)·for·the·data·being·written.
  
13154 ······[Default:·create]13154 ······[Default:·create]
  
13155 ···user·=·<username>·······(String)13155 ···user·=·<username>·······(String)
13156 ······User·name·for·the·SQL·connection·to·the·database.13156 ······User·name·for·the·SQL·connection·to·the·database.
  
13157 ······[Default:·pbuilder1]13157 ······[Default:·pbuilder2]
  
13158 ···password·=·<passwd>·······(String)13158 ···password·=·<passwd>·······(String)
13159 ······Password·for·the·SQL·connection·to·the·database.13159 ······Password·for·the·SQL·connection·to·the·database.
13160 '''13160 '''
13161 ····env·=·_JyEnvironment()13161 ····env·=·_JyEnvironment()
13162 ····env.setValue('protocol',·_map_env_value(protocol))13162 ····env.setValue('protocol',·_map_env_value(protocol))
13163 ····env.setValue('db',·_map_env_value(db))13163 ····env.setValue('db',·_map_env_value(db))
953 B
xz --list
    
Offset 1, 13 lines modifiedOffset 1, 13 lines modified
1 ··Streams:···········11 ··Streams:···········1
2 ··Blocks:············12 ··Blocks:············1
3 ··Compressed·size:···62.4·KiB·(63872·B)3 ··Compressed·size:···62.4·KiB·(63876·B)
4 ··Uncompressed·size:·540.0·KiB·(552960·B)4 ··Uncompressed·size:·540.0·KiB·(552960·B)
5 ··Ratio:·············0.1165 ··Ratio:·············0.116
6 ··Check:·············CRC646 ··Check:·············CRC64
7 ··Stream·Padding:····0·B7 ··Stream·Padding:····0·B
8 ··Streams:8 ··Streams:
9 ····Stream····Blocks······CompOffset····UncompOffset········CompSize······UncompSize··Ratio··Check······Padding9 ····Stream····Blocks······CompOffset····UncompOffset········CompSize······UncompSize··Ratio··Check······Padding
10 ·········1·········1···············0···············0···········63872··········552960··0.116··CRC64············010 ·········1·········1···············0···············0···········63876··········552960··0.116··CRC64············0
11 ··Blocks:11 ··Blocks:
12 ····Stream·····Block······CompOffset····UncompOffset·······TotalSize······UncompSize··Ratio··Check12 ····Stream·····Block······CompOffset····UncompOffset·······TotalSize······UncompSize··Ratio··Check
13 ·········1·········1··············12···············0···········63836··········552960··0.115··CRC6413 ·········1·········1··············12···············0···········63840··········552960··0.115··CRC64
8.14 KB
367 B
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2024-05-23·11:20:56.000000·debian-binary1 -rw-r--r--···0········0········0········4·2024-05-23·11:20:56.000000·debian-binary
2 -rw-r--r--···0········0········0·····1228·2024-05-23·11:20:56.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1228·2024-05-23·11:20:56.000000·control.tar.xz
3 -rw-r--r--···0········0········0··5217200·2024-05-23·11:20:56.000000·data.tar.xz3 -rw-r--r--···0········0········0··5217144·2024-05-23·11:20:56.000000·data.tar.xz
98.0 B
70.0 B
48.0 B
30.0 B
Files differ
7.61 KB
6.65 KB
6.63 KB
1.01 KB
    
Offset 172, 15 lines modifiedOffset 172, 15 lines modified
172 ··minimum·file·system·compatibility·required:·····MS-DOS,·OS/2·or·NT·FAT172 ··minimum·file·system·compatibility·required:·····MS-DOS,·OS/2·or·NT·FAT
173 ··minimum·software·version·required·to·extract:···1.0173 ··minimum·software·version·required·to·extract:···1.0
174 ··compression·method:·····························deflated174 ··compression·method:·····························deflated
175 ··compression·sub-type·(deflation):···············normal175 ··compression·sub-type·(deflation):···············normal
176 ··file·security·status:···························not·encrypted176 ··file·security·status:···························not·encrypted
177 ··extended·local·header:··························no177 ··extended·local·header:··························no
178 ··file·last·modified·on·(DOS·date/time):··········2024·May·23·11:20:56178 ··file·last·modified·on·(DOS·date/time):··········2024·May·23·11:20:56
179 ··32-bit·CRC·value·(hex):·························0e94cf3a179 ··32-bit·CRC·value·(hex):·························eecbaf73
180 ··compressed·size:································90948·bytes180 ··compressed·size:································90948·bytes
181 ··uncompressed·size:······························534870·bytes181 ··uncompressed·size:······························534870·bytes
182 ··length·of·filename:·····························9·characters182 ··length·of·filename:·····························9·characters
183 ··length·of·extra·field:··························0·bytes183 ··length·of·extra·field:··························0·bytes
184 ··length·of·file·comment:·························0·characters184 ··length·of·file·comment:·························0·characters
185 ··disk·number·on·which·file·begins:···············disk·1185 ··disk·number·on·which·file·begins:···············disk·1
186 ··apparent·file·type:·····························binary186 ··apparent·file·type:·····························binary
1.37 KB
    
Offset 84, 15 lines modifiedOffset 84, 15 lines modified
84 0002F2·Extract·Zip·Spec······0A·'1.0'84 0002F2·Extract·Zip·Spec······0A·'1.0'
85 0002F3·Extract·OS············00·'MS-DOS'85 0002F3·Extract·OS············00·'MS-DOS'
86 0002F4·General·Purpose·Flag··080086 0002F4·General·Purpose·Flag··0800
87 ·······[Bits·1-2]············0·'Normal·Compression'87 ·······[Bits·1-2]············0·'Normal·Compression'
88 ·······[Bit·11]··············1·'Language·Encoding'88 ·······[Bit·11]··············1·'Language·Encoding'
89 0002F6·Compression·Method····0008·'Deflated'89 0002F6·Compression·Method····0008·'Deflated'
90 0002F8·Last·Mod·Time·········58B75A9C·'Thu·May·23·11:20:56·2024'90 0002F8·Last·Mod·Time·········58B75A9C·'Thu·May·23·11:20:56·2024'
91 0002FC·CRC···················0E94CF3A91 0002FC·CRC···················EECBAF73
92 000300·Compressed·Length·····0001634492 000300·Compressed·Length·····00016344
93 000304·Uncompressed·Length···0008295693 000304·Uncompressed·Length···00082956
94 000308·Filename·Length·······000994 000308·Filename·Length·······0009
95 00030A·Extra·Length··········000095 00030A·Extra·Length··········0000
96 00030C·Filename··············'XXXXXXXXX'96 00030C·Filename··············'XXXXXXXXX'
97 000315·PAYLOAD97 000315·PAYLOAD
  
Offset 62164, 15 lines modifiedOffset 62164, 15 lines modified
62164 524F56·Extract·Zip·Spec······0A·'1.0'62164 524F56·Extract·Zip·Spec······0A·'1.0'
62165 524F57·Extract·OS············00·'MS-DOS'62165 524F57·Extract·OS············00·'MS-DOS'
62166 524F58·General·Purpose·Flag··080062166 524F58·General·Purpose·Flag··0800
62167 ·······[Bits·1-2]············0·'Normal·Compression'62167 ·······[Bits·1-2]············0·'Normal·Compression'
62168 ·······[Bit·11]··············1·'Language·Encoding'62168 ·······[Bit·11]··············1·'Language·Encoding'
62169 524F5A·Compression·Method····0008·'Deflated'62169 524F5A·Compression·Method····0008·'Deflated'
62170 524F5C·Last·Mod·Time·········58B75A9C·'Thu·May·23·11:20:56·2024'62170 524F5C·Last·Mod·Time·········58B75A9C·'Thu·May·23·11:20:56·2024'
62171 524F60·CRC···················0E94CF3A62171 524F60·CRC···················EECBAF73
62172 524F64·Compressed·Length·····0001634462172 524F64·Compressed·Length·····00016344
62173 524F68·Uncompressed·Length···0008295662173 524F68·Uncompressed·Length···00082956
62174 524F6C·Filename·Length·······000962174 524F6C·Filename·Length·······0009
62175 524F6E·Extra·Length··········000062175 524F6E·Extra·Length··········0000
62176 524F70·Comment·Length········000062176 524F70·Comment·Length········0000
62177 524F72·Disk·Start············000062177 524F72·Disk·Start············0000
62178 524F74·Int·File·Attributes···000062178 524F74·Int·File·Attributes···0000
4.17 KB
    
Offset 1489, 15 lines modifiedOffset 1489, 15 lines modified
1489 ········env·=·_JyEnvironment()1489 ········env·=·_JyEnvironment()
1490 ········env.setValue('format',·_map_env_value(format))1490 ········env.setValue('format',·_map_env_value(format))
1491 ········env.setValue('client',·_map_env_value(client))1491 ········env.setValue('client',·_map_env_value(client))
1492 ········mode·=·_stilts.getModeFactory().createObject('samp')1492 ········mode·=·_stilts.getModeFactory().createObject('samp')
1493 ········consumer·=·mode.createConsumer(env)1493 ········consumer·=·mode.createConsumer(env)
1494 ········_check_unused_args(env)1494 ········_check_unused_args(env)
1495 ········consumer.consume(self)1495 ········consumer.consume(self)
1496 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1496 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1497 ········'''\1497 ········'''\
1498 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1498 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1499 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1499 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1500 ····1500 ····
1501 ····Parameters:1501 ····Parameters:
1502 ····1502 ····
1503 ·······protocol·=·<jdbc-protocol>·······(String)1503 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1539, 15 lines modifiedOffset 1539, 15 lines modified
1539 ················of·columns)·for·the·data·being·written.1539 ················of·columns)·for·the·data·being·written.
1540 ····1540 ····
1541 ··········[Default:·create]1541 ··········[Default:·create]
1542 ····1542 ····
1543 ·······user·=·<username>·······(String)1543 ·······user·=·<username>·······(String)
1544 ··········User·name·for·the·SQL·connection·to·the·database.1544 ··········User·name·for·the·SQL·connection·to·the·database.
1545 ····1545 ····
1546 ··········[Default:·pbuilder1]1546 ··········[Default:·pbuilder2]
1547 ····1547 ····
1548 ·······password·=·<passwd>·······(String)1548 ·······password·=·<passwd>·······(String)
1549 ··········Password·for·the·SQL·connection·to·the·database.1549 ··········Password·for·the·SQL·connection·to·the·database.
1550 ····'''1550 ····'''
1551 ········env·=·_JyEnvironment()1551 ········env·=·_JyEnvironment()
1552 ········env.setValue('protocol',·_map_env_value(protocol))1552 ········env.setValue('protocol',·_map_env_value(protocol))
1553 ········env.setValue('db',·_map_env_value(db))1553 ········env.setValue('db',·_map_env_value(db))
Offset 4296, 15 lines modifiedOffset 4296, 15 lines modified
4296 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4296 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4297 ······as·well·for·the·connection·to·be·made.4297 ······as·well·for·the·connection·to·be·made.
  
4298 ···user·=·<value>·······(String)4298 ···user·=·<value>·······(String)
4299 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4299 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4300 ······current·username.4300 ······current·username.
  
4301 ······[Default:·pbuilder1]4301 ······[Default:·pbuilder2]
  
4302 ···password·=·<value>·······(String)4302 ···password·=·<value>·······(String)
4303 ······Password·for·logging·in·to·SQL·database.4303 ······Password·for·logging·in·to·SQL·database.
  
4304 ···sql·=·<sql>·······(String)4304 ···sql·=·<sql>·······(String)
4305 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be4305 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
4306 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")4306 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4502, 15 lines modifiedOffset 4502, 15 lines modified
4502 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4502 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4503 ······as·well·for·the·connection·to·be·made.4503 ······as·well·for·the·connection·to·be·made.
  
4504 ···user·=·<value>·······(String)4504 ···user·=·<value>·······(String)
4505 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4505 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4506 ······current·username.4506 ······current·username.
  
4507 ······[Default:·pbuilder1]4507 ······[Default:·pbuilder2]
  
4508 ···password·=·<value>·······(String)4508 ···password·=·<value>·······(String)
4509 ······Password·for·logging·in·to·SQL·database.4509 ······Password·for·logging·in·to·SQL·database.
  
4510 ···dbtable·=·<table-name>·······(String)4510 ···dbtable·=·<table-name>·······(String)
4511 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4511 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4512 ······remote·data.4512 ······remote·data.
Offset 4610, 15 lines modifiedOffset 4610, 15 lines modified
4610 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4610 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4611 ······as·well·for·the·connection·to·be·made.4611 ······as·well·for·the·connection·to·be·made.
  
4612 ···user·=·<value>·······(String)4612 ···user·=·<value>·······(String)
4613 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4613 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4614 ······current·username.4614 ······current·username.
  
4615 ······[Default:·pbuilder1]4615 ······[Default:·pbuilder2]
  
4616 ···password·=·<value>·······(String)4616 ···password·=·<value>·······(String)
4617 ······Password·for·logging·in·to·SQL·database.4617 ······Password·for·logging·in·to·SQL·database.
  
4618 ···select·=·<select-stmt>·······(String)4618 ···select·=·<select-stmt>·······(String)
4619 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4619 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4620 ······statement·to·identify·which·rows·undergo·updates.4620 ······statement·to·identify·which·rows·undergo·updates.
Offset 13103, 15 lines modifiedOffset 13103, 15 lines modified
13103 ····env.setValue('format',·_map_env_value(format))13103 ····env.setValue('format',·_map_env_value(format))
13104 ····env.setValue('client',·_map_env_value(client))13104 ····env.setValue('client',·_map_env_value(client))
13105 ····mode·=·_stilts.getModeFactory().createObject('samp')13105 ····mode·=·_stilts.getModeFactory().createObject('samp')
13106 ····consumer·=·mode.createConsumer(env)13106 ····consumer·=·mode.createConsumer(env)
13107 ····_check_unused_args(env)13107 ····_check_unused_args(env)
13108 ····consumer.consume(table)13108 ····consumer.consume(table)
  
13109 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):13109 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
13110 ····'''\13110 ····'''\
13111 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC13111 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
13112 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).13112 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
  
13113 Parameters:13113 Parameters:
  
13114 ···protocol·=·<jdbc-protocol>·······(String)13114 ···protocol·=·<jdbc-protocol>·······(String)
Offset 13153, 15 lines modifiedOffset 13153, 15 lines modified
13153 ············of·columns)·for·the·data·being·written.13153 ············of·columns)·for·the·data·being·written.
  
13154 ······[Default:·create]13154 ······[Default:·create]
  
13155 ···user·=·<username>·······(String)13155 ···user·=·<username>·······(String)
13156 ······User·name·for·the·SQL·connection·to·the·database.13156 ······User·name·for·the·SQL·connection·to·the·database.
  
13157 ······[Default:·pbuilder1]13157 ······[Default:·pbuilder2]
  
13158 ···password·=·<passwd>·······(String)13158 ···password·=·<passwd>·······(String)
13159 ······Password·for·the·SQL·connection·to·the·database.13159 ······Password·for·the·SQL·connection·to·the·database.
13160 '''13160 '''
13161 ····env·=·_JyEnvironment()13161 ····env·=·_JyEnvironment()
13162 ····env.setValue('protocol',·_map_env_value(protocol))13162 ····env.setValue('protocol',·_map_env_value(protocol))
13163 ····env.setValue('db',·_map_env_value(db))13163 ····env.setValue('db',·_map_env_value(db))
963 B
    
Offset 1, 13 lines modifiedOffset 1, 13 lines modified
1 ··Streams:···········11 ··Streams:···········1
2 ··Blocks:············12 ··Blocks:············1
3 ··Compressed·size:···5094.9·KiB·(5217200·B)3 ··Compressed·size:···5094.9·KiB·(5217144·B)
4 ··Uncompressed·size:·5640.0·KiB·(5775360·B)4 ··Uncompressed·size:·5640.0·KiB·(5775360·B)
5 ··Ratio:·············0.9035 ··Ratio:·············0.903
6 ··Check:·············CRC646 ··Check:·············CRC64
7 ··Stream·Padding:····0·B7 ··Stream·Padding:····0·B
8 ··Streams:8 ··Streams:
9 ····Stream····Blocks······CompOffset····UncompOffset········CompSize······UncompSize··Ratio··Check······Padding9 ····Stream····Blocks······CompOffset····UncompOffset········CompSize······UncompSize··Ratio··Check······Padding
10 ·········1·········1···············0···············0·········5217200·········5775360··0.903··CRC64············010 ·········1·········1···············0···············0·········5217144·········5775360··0.903··CRC64············0
11 ··Blocks:11 ··Blocks:
12 ····Stream·····Block······CompOffset····UncompOffset·······TotalSize······UncompSize··Ratio··Check12 ····Stream·····Block······CompOffset····UncompOffset·······TotalSize······UncompSize··Ratio··Check
13 ·········1·········1··············12···············0·········5217160·········5775360··0.903··CRC6413 ·········1·········1··············12···············0·········5217104·········5775360··0.903··CRC64
6.24 KB
stilts-doc_3.4.10-1_all.deb
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
6.09 KB
data.tar.xz
6.07 KB
data.tar
6.05 KB
./usr/share/doc/stilts/sun256/sun256.html
    
Offset 9063, 15 lines modifiedOffset 9063, 15 lines modified
9063 ················</dt>9063 ················</dt>
9064 ················9064 ················
9065 ················<dd>9065 ················<dd>
9066 ····················User·name·for·the·SQL·connection·to·the·database.9066 ····················User·name·for·the·SQL·connection·to·the·database.
  
  
9067 ····················<p>9067 ····················<p>
9068 ························[Default:·<code>pbuilder1</code>]9068 ························[Default:·<code>pbuilder2</code>]
9069 ····················</p>9069 ····················</p>
9070 ················</dd>9070 ················</dd>
9071 ················9071 ················
9072 ················<dt>9072 ················<dt>
9073 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>9073 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
9074 ················</dt>9074 ················</dt>
9075 ················9075 ················
Offset 74718, 15 lines modifiedOffset 74718, 15 lines modified
74718 ················74718 ················
74719 ················<dd>74719 ················<dd>
74720 ····················User·name·for·logging·in·to·SQL·database.74720 ····················User·name·for·logging·in·to·SQL·database.
74721 Defaults·to·the·current·username.74721 Defaults·to·the·current·username.
  
  
74722 ····················<p>74722 ····················<p>
74723 ························[Default:·<code>pbuilder1</code>]74723 ························[Default:·<code>pbuilder2</code>]
74724 ····················</p>74724 ····················</p>
74725 ················</dd>74725 ················</dd>
74726 ················74726 ················
74727 ············</dl>74727 ············</dl>
74728 ············74728 ············
74729 ········</p>74729 ········</p>
74730 ········74730 ········
Offset 75662, 15 lines modifiedOffset 75662, 15 lines modified
75662 ················75662 ················
75663 ················<dd>75663 ················<dd>
75664 ····················User·name·for·logging·in·to·SQL·database.75664 ····················User·name·for·logging·in·to·SQL·database.
75665 Defaults·to·the·current·username.75665 Defaults·to·the·current·username.
  
  
75666 ····················<p>75666 ····················<p>
75667 ························[Default:·<code>pbuilder1</code>]75667 ························[Default:·<code>pbuilder2</code>]
75668 ····················</p>75668 ····················</p>
75669 ················</dd>75669 ················</dd>
75670 ················75670 ················
75671 ················<dt>75671 ················<dt>
75672 ····················<strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>75672 ····················<strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
75673 ················</dt>75673 ················</dt>
75674 ················75674 ················
Offset 75884, 15 lines modifiedOffset 75884, 15 lines modified
75884 ················75884 ················
75885 ················<dd>75885 ················<dd>
75886 ····················User·name·for·logging·in·to·SQL·database.75886 ····················User·name·for·logging·in·to·SQL·database.
75887 Defaults·to·the·current·username.75887 Defaults·to·the·current·username.
  
  
75888 ····················<p>75888 ····················<p>
75889 ························[Default:·<code>pbuilder1</code>]75889 ························[Default:·<code>pbuilder2</code>]
75890 ····················</p>75890 ····················</p>
75891 ················</dd>75891 ················</dd>
75892 ················75892 ················
75893 ············</dl>75893 ············</dl>
75894 ············75894 ············
75895 ········</p>75895 ········</p>
75896 ········75896 ········
4.0 KB
html2text {}
    
Offset 3540, 15 lines modifiedOffset 3540, 15 lines modified
3540 ············of·the·same·name·already·exists,·it·is·dropped·first.3540 ············of·the·same·name·already·exists,·it·is·dropped·first.
3541 ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named3541 ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named
3542 ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the3542 ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the
3543 ············data·being·written.3543 ············data·being·written.
3544 ······[Default:·create]3544 ······[Default:·create]
3545 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<u\x8us\x8se\x8er\x8rn\x8na\x8am\x8me\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)3545 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<u\x8us\x8se\x8er\x8rn\x8na\x8am\x8me\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
3546 ······User·name·for·the·SQL·connection·to·the·database.3546 ······User·name·for·the·SQL·connection·to·the·database.
3547 ······[Default:·pbuilder1]3547 ······[Default:·pbuilder2]
3548 ··p\x8pa\x8as\x8ss\x8sw\x8wo\x8or\x8rd\x8d·=\x8=·<\x8<p\x8pa\x8as\x8ss\x8sw\x8wd\x8d>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)3548 ··p\x8pa\x8as\x8ss\x8sw\x8wo\x8or\x8rd\x8d·=\x8=·<\x8<p\x8pa\x8as\x8ss\x8sw\x8wd\x8d>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
3549 ······Password·for·the·SQL·connection·to·the·database.3549 ······Password·for·the·SQL·connection·to·the·database.
3550 ===============================================================================3550 ===============================================================================
3551 *\x8**\x8**\x8**\x8**\x8*·7\x87·C\x8Cr\x8ro\x8os\x8ss\x8sm\x8ma\x8at\x8tc\x8ch\x8hi\x8in\x8ng\x8g·*\x8**\x8**\x8**\x8**\x8*3551 *\x8**\x8**\x8**\x8**\x8*·7\x87·C\x8Cr\x8ro\x8os\x8ss\x8sm\x8ma\x8at\x8tc\x8ch\x8hi\x8in\x8ng\x8g·*\x8**\x8**\x8**\x8**\x8*
3552 STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables.3552 STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables.
3553 Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or3553 Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or
3554 different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such3554 different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such
Offset 23051, 15 lines modifiedOffset 23051, 15 lines modified
23051 ······Password·for·logging·in·to·SQL·database.23051 ······Password·for·logging·in·to·SQL·database.
23052 ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)23052 ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
23053 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated,23053 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated,
23054 ······or·statements·may·be·separated·by·semicolon·(";")·characters.23054 ······or·statements·may·be·separated·by·semicolon·(";")·characters.
23055 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)23055 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
23056 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current23056 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current
23057 ······username.23057 ······username.
23058 ······[Default:·pbuilder1]23058 ······[Default:·pbuilder2]
23059 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x821\x81.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*23059 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x821\x81.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*
23060 Here·are·some·examples·of·sqlclient:23060 Here·are·some·examples·of·sqlclient:
23061 ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET23061 ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET
23062 ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan23062 ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan
23063 ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the23063 ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the
23064 ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a23064 ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a
23065 ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's23065 ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's
Offset 23383, 15 lines modifiedOffset 23383, 15 lines modified
23383 ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS23383 ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS
23384 ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few23384 ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few
23385 ······other·cone·search·services.23385 ······other·cone·search·services.
23386 ······[Default:·true]23386 ······[Default:·true]
23387 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)23387 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
23388 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current23388 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current
23389 ······username.23389 ······username.
23390 ······[Default:·pbuilder1]23390 ······[Default:·pbuilder2]
23391 ··w\x8wh\x8he\x8er\x8re\x8e·=\x8=·<\x8<s\x8sq\x8ql\x8l-\x8-c\x8co\x8on\x8nd\x8di\x8it\x8ti\x8io\x8on\x8n>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)23391 ··w\x8wh\x8he\x8er\x8re\x8e·=\x8=·<\x8<s\x8sq\x8ql\x8l-\x8-c\x8co\x8on\x8nd\x8di\x8it\x8ti\x8io\x8on\x8n>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
23392 ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the23392 ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the
23393 ······database.·This·will·be·combined·with·the·constraints·on·position·implied23393 ······database.·This·will·be·combined·with·the·constraints·on·position·implied
23394 ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should23394 ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should
23395 ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null23395 ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null
23396 ······value·indicates·no·additional·criteria.23396 ······value·indicates·no·additional·criteria.
23397 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x822\x82.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*23397 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x822\x82.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*
Offset 23457, 15 lines modifiedOffset 23457, 15 lines modified
23457 ······[Default:·true]23457 ······[Default:·true]
23458 ··s\x8se\x8el\x8le\x8ec\x8ct\x8t·=\x8=·<\x8<s\x8se\x8el\x8le\x8ec\x8ct\x8t-\x8-s\x8st\x8tm\x8mt\x8t>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)23458 ··s\x8se\x8el\x8le\x8ec\x8ct\x8t·=\x8=·<\x8<s\x8se\x8el\x8le\x8ec\x8ct\x8t-\x8-s\x8st\x8tm\x8mt\x8t>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
23459 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT·statement·to23459 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT·statement·to
23460 ······identify·which·rows·undergo·updates.23460 ······identify·which·rows·undergo·updates.
23461 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)23461 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
23462 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current23462 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current
23463 ······username.23463 ······username.
23464 ······[Default:·pbuilder1]23464 ······[Default:·pbuilder2]
23465 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x823\x83.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*23465 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x823\x83.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*
23466 Here·are·some·examples·of·sqlupdate:23466 Here·are·some·examples·of·sqlupdate:
23467 ······Fills·in·the·HTMID·column·of·a·table·called·FIRST·in·the·local·MySQL23467 ······Fills·in·the·HTMID·column·of·a·table·called·FIRST·in·the·local·MySQL
23468 ······database·RADIO,·using·HTM·pixel·indices·based·on·the·existing·right23468 ······database·RADIO,·using·HTM·pixel·indices·based·on·the·existing·right
23469 ······ascension·and·declination·columns·in·that·table.·The·HTMID·column·must23469 ······ascension·and·declination·columns·in·that·table.·The·HTMID·column·must
23470 ······exist·prior·to·executing·this·command.23470 ······exist·prior·to·executing·this·command.
23471 ===============================================================================23471 ===============================================================================