docs: Use postgresql key name instead of postgres

This commit is contained in:
Faruk AYDIN
2023-06-12 11:11:39 +02:00
parent 9485731e7d
commit 0b362dd435
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
favicon: /favicons/postgres.svg
items:
- name: Insert
desc: Create a new row in a table in specified schema.
- name: Update
desc: Update rows found based on the given where clause entries.
- name: Delete
desc: Delete rows found based on the given where clause entries.
- name: SQL query
desc: Executes the given SQL statement..
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />