1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Use proper SGML doc entities rather than angle-brackets.

Marco Nenciarini
This commit is contained in:
Bruce Momjian
2011-06-02 19:32:41 -04:00
parent aff97b1f4e
commit a20bc9c866
2 changed files with 11 additions and 11 deletions

View File

@ -369,7 +369,7 @@ UPDATE sal_emp SET pay_by_quarter = ARRAY[25000,25000,27000,27000]
<programlisting>
UPDATE sal_emp SET pay_by_quarter[4] = 15000
WHERE name = 'Bill';
</programListing>
</programlisting>
or updated in a slice: