We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f777ff7 commit 6db79fdCopy full SHA for 6db79fd
postgres/renaming-a-table.md
@@ -4,7 +4,7 @@ Using the `alter table` command in PostgreSQL, you can rename an existing
4
table. This command will also update any references to the table such as via
5
foreign key constraints. Just run a command like the following:
6
7
-```
+```sql
8
alter table ingredient_types rename to item_types;
9
```
10
0 commit comments