crusy.net

♪ Commit ins Abenteuerland ♫

Menü:

  • home
  • About
  • feed
Retweet on Twittercrusy retweeted:
poorly drawn lines@PDLComics·
16h

get serious

Tag Archives for clear

Postgres: DB leeren

1
2
3
4
5
DROP SCHEMA public CASCADE;
CREATE SCHEMA public;
GRANT ALL ON SCHEMA public TO postgres;
GRANT ALL ON SCHEMA public TO public;
COMMENT ON SCHEMA public IS 'standard public schema';

Quelle

23. February 2016 by crusy Categories: SQL | Tags: clean, clear, Postgres, PostgreSQL, Truncate | Leave a comment

Post navigation

Proudly powered by WordPress | Theme: Ari by Elmastudio.