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:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user