@@ -506,15 +506,15 @@ documentation.
506
506
Assuming you have followed the dbext-tutorial you can press <C-C> t to
507
507
display a list of tables. There is a delay while dbext is creating the table
508
508
list. After the list is displayed press <C-W> . This will remove both the
509
- popup window and the table name already chosen when the list became active. >
509
+ popup window and the table name already chosen when the list became active.
510
510
511
511
4.3.1 Table Completion: *sql-completion-tables*
512
512
513
513
Press <C-C> t to display a list of tables from within the database you
514
514
have connected via the dbext plugin.
515
515
NOTE: All of the SQL completion popups support typing a prefix before pressing
516
516
the key map. This will limit the contents of the popup window to just items
517
- beginning with those characters. >
517
+ beginning with those characters.
518
518
519
519
4.3.2 Column Completion: *sql-completion-columns*
520
520
@@ -587,13 +587,13 @@ popup a list of columns for the customer table. It does this by looking back
587
587
to the beginning of the select statement and finding a list of the tables
588
588
specified in the FROM clause. In this case it notes that in the string
589
589
"customer c", "c" is an alias for the customer table. The optional "AS"
590
- keyword is also supported, "customer AS c". >
590
+ keyword is also supported, "customer AS c".
591
591
592
592
593
593
4.3.3 Procedure Completion: *sql-completion-procedures*
594
594
595
595
Similar to the table list, <C-C> p, will display a list of stored
596
- procedures stored within the database. >
596
+ procedures stored within the database.
597
597
598
598
4.3.4 View Completion: *sql-completion-views*
599
599
0 commit comments