|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.70 2002/08/1003:56:23 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.71 2002/08/1019:35:00 tgl Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -488,7 +488,7 @@ PostgreSQL documentation
|
488 | 488 | the string <literal>=></literal>. For example,
|
489 | 489 | <programlisting>
|
490 | 490 | $ <userinput>psql testdb</userinput>
|
491 |
| -Welcome to psql, the PostgreSQL interactive terminal. |
| 491 | +Welcome to psql &version;, the PostgreSQL interactive terminal. |
492 | 492 |
|
493 | 493 | Type: \copyright for distribution terms
|
494 | 494 | \h for help with SQL commands
|
@@ -1582,7 +1582,7 @@ lo_import 152801
|
1582 | 1582 | <term><literal>\timing</literal></term>
|
1583 | 1583 | <listitem>
|
1584 | 1584 | <para>
|
1585 |
| - Toggles a display of how long each query takes inseconds. |
| 1585 | + Toggles a display of how long each query takes, inmilliseconds. |
1586 | 1586 | </para>
|
1587 | 1587 | </listitem>
|
1588 | 1588 | </varlistentry>
|
|