forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitab81006
committed
doc: fix type alignment for CREATE TABLE in triggers
Datatypes in CREATE TABLE statements in the examples were verticallyaligned in most cases, a few examples were unaligned with a singlespace. This makes sure all examples on the same page are consistentlyaligned.Patch by Laurenz Albe with some additional fixups by me.Author: Laurenz Albe <laurenz.albe@cybertec.at>Reported-by: lemes.marcelo26@gmail.comDiscussion:https://postgr.es/m/166870885664.635.16667004450401573487@wrigleys.postgresql.org1 parentfb958b5 commitab81006
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4230 | 4230 |
| |
4231 | 4231 |
| |
4232 | 4232 |
| |
4233 |
| - | |
4234 |
| - | |
4235 |
| - | |
4236 |
| - | |
| 4233 | + | |
| 4234 | + | |
| 4235 | + | |
| 4236 | + | |
4237 | 4237 |
| |
4238 | 4238 |
| |
4239 | 4239 |
| |
| |||
4292 | 4292 |
| |
4293 | 4293 |
| |
4294 | 4294 |
| |
4295 |
| - | |
| 4295 | + | |
4296 | 4296 |
| |
4297 | 4297 |
| |
4298 | 4298 |
| |
| |||
4589 | 4589 |
| |
4590 | 4590 |
| |
4591 | 4591 |
| |
4592 |
| - | |
| 4592 | + | |
4593 | 4593 |
| |
4594 | 4594 |
| |
4595 | 4595 |
| |
|
0 commit comments
Comments
(0)