Java Blog
Pages
Home
Java
spring
jquery
Showing posts with label
PostgreSQL
.
Show all posts
Showing posts with label
PostgreSQL
.
Show all posts
Saturday, September 19, 2015
PostgreSQL Basic Queries
SCHEMA
- Create Schema
CREATE SCHEMA schema_name;
- Rename Schema
ALTER SCHEMA schema_name RENAME to schema_name_new
- Drop Schema
DROP SCHEMA schema_name;
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)