Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SET DAFULT in INSERT INTO #154

Merged
merged 3 commits into from
Nov 11, 2019
Merged

SET DAFULT in INSERT INTO #154

merged 3 commits into from
Nov 11, 2019

Conversation

emin100
Copy link
Contributor

@emin100 emin100 commented Aug 28, 2019

SET DAFULT in INSERT INTO

INSERT INTO "films" VALUES ('T_601', 'Yojimbo', 106, DEFAULT, 'Drama', DEFAULT)

mehmet emin karakas added 3 commits July 1, 2019 14:26
CREATE DOMAIN us_postal_code AS TEXT
CHECK(
   VALUE ~ '^\d{5}$'
OR VALUE ~ '^\d{5}-\d{4}$'
);
INSERT INTO \"films\" VALUES ('T_601', 'Yojimbo', 106, DEFAULT, 'Drama', DEFAULT)
@lfittl lfittl merged commit ed19548 into pganalyze:master Nov 11, 2019
@emin100 emin100 deleted the set_to_default branch December 28, 2020 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants