You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<firstterm>儒略日期</firstterm>系统是一种计算天数的方法。它虽然在命名上很相似,但是它和儒略历法无关。儒略日期系统是法国学者 Joseph Justus Scaliger(1540–1609)(可能是取自其父亲的名字,即意大利学者 Julius Caesar Scaliger(1484–1558)发明的。
Although <productname>PostgreSQL</productname> supports Julian Date notation for
1604
1605
input and output of dates (and also uses Julian dates for some internal
1605
1606
datetime calculations), it does not observe the nicety of having dates
1606
-
run from noon to noon. <productname>PostgreSQL</productname> treats a Julian Date as running from local midnight to local midnight, the same as a normal
1607
+
run from noon to noon. <productname>PostgreSQL</productname> treats a Julian Date
1608
+
as running from local midnight to local midnight, the same as a normal
<step><!--==========================orignal english content==========================
7920
7947
<simpara>Execute <command>FETCH</command>/<command>EXECUTE</command>/<command>DESCRIBE</command> commands to process a query specifying the declared SQLDA.</simpara>
<!--==========================orignal english content==========================
7950
+
<simpara>Execute <command>FETCH</command>/<command>EXECUTE</command>/<command>DESCRIBE</command> commands to process a query specifying the declared SQLDA.</simpara>
<step><!--==========================orignal english content==========================
7924
7954
<simpara>Check the number of records in the result set by looking at <structfield>sqln</structfield>, a member of the <type>sqlda_t</type> structure.</simpara>
<!--==========================orignal english content==========================
7957
+
<simpara>Check the number of records in the result set by looking at <structfield>sqln</structfield>, a member of the <type>sqlda_t</type> structure.</simpara>
<step><!--==========================orignal english content==========================
7928
7961
<simpara>Get the values of each column from <literal>sqlvar[0]</literal>, <literal>sqlvar[1]</literal>, etc., members of the <type>sqlda_t</type> structure.</simpara>
<!--==========================orignal english content==========================
7964
+
<simpara>Get the values of each column from <literal>sqlvar[0]</literal>, <literal>sqlvar[1]</literal>, etc., members of the <type>sqlda_t</type> structure.</simpara>
<step><!--==========================orignal english content==========================
7932
7968
<simpara>Go to next row (<type>sqlda_t</type> structure) by following the <structfield>desc_next</structfield> pointer, a member of the <type>sqlda_t</type> structure.</simpara>
<!--==========================orignal english content==========================
7971
+
<simpara>Go to next row (<type>sqlda_t</type> structure) by following the <structfield>desc_next</structfield> pointer, a member of the <type>sqlda_t</type> structure.</simpara>
0 commit comments