Skip to content

Commit 6db79fd

Browse files
committed
Add sql text highlighting
1 parent f777ff7 commit 6db79fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/renaming-a-table.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Using the `alter table` command in PostgreSQL, you can rename an existing
44
table. This command will also update any references to the table such as via
55
foreign key constraints. Just run a command like the following:
66

7-
```
7+
```sql
88
alter table ingredient_types rename to item_types;
99
```
1010

0 commit comments

Comments
 (0)