Skip to content

Commit ed89a42

Browse files
authored
Update postgresql-commands.md
1 parent 38b02dd commit ed89a42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

postgresql-commands.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,8 +628,9 @@ test=# SELECT country_of_birth, COUNT(*) FROM person GROUP BY country_of_birth H
628628
629629
```
630630
**Adding New Table And Data Using Mockaroo**
631-
```
632631
![mock_data_car](./images/mock_data_car.png)
632+
633+
```
633634
docker cp ./SQL/car.sql postgres:/var/lib/postgresql/data/
634635
test=#\i /var/lib/postgresql/data/car.sql;
635636
```

0 commit comments

Comments
 (0)