Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d619a0

Browse files
peterepull[bot]
authored andcommitted
Fix indentation in SQL file
1 parent5039ab3 commit9d619a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/catalog/information_schema.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -823,9 +823,9 @@ CREATE VIEW constraint_column_usage AS
823823
ANDr.relkindIN ('r','p')
824824
AND NOTa.attisdropped
825825

826-
UNION ALL
826+
UNION ALL
827827

828-
/* not-null constraints*/
828+
/* not-null constraints*/
829829
SELECT DISTINCTnr.nspname,r.relname,r.relowner,a.attname,nc.nspname,c.conname
830830
FROM pg_namespace nr, pg_class r, pg_attribute a, pg_namespace nc, pg_constraint c
831831
WHEREnr.oid=r.relnamespace

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp