|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.150 2005/10/04 19:01:14 petere Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.151 2005/10/28 02:39:07 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -1443,10 +1443,7 @@ lo_import 152801 |
1443 | 1443 | Toggles between regular and expanded format. When expanded |
1444 | 1444 | format is enabled, query results are displayed in two |
1445 | 1445 | columns, with the column name on the left and the data on |
1446 | | - the right. This option only affects how normal query results |
1447 | | - are displayed; the output of <application>psql</application> |
1448 | | - meta-commands is always presented using the regular |
1449 | | - format. This mode is useful if the data wouldn't fit on the |
| 1446 | + the right. This mode is useful if the data wouldn't fit on the |
1450 | 1447 | screen in the normal <quote>horizontal</quote> mode. |
1451 | 1448 | </para> |
1452 | 1449 |
|
|