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

Commit69039ea

Browse files
committed
Make 'on' uppercase in a sql example.
1 parent5c2a7c6 commit69039ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ref/alter_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ ALTER TABLE myschema.distributors SET SCHEMA yourschema;
982982
To recreate a primary key constraint, without blocking updates while the
983983
index is rebuilt:
984984
<programlisting>
985-
CREATE UNIQUE INDEX CONCURRENTLY dist_id_temp_idxon distributors (dist_id);
985+
CREATE UNIQUE INDEX CONCURRENTLY dist_id_temp_idxON distributors (dist_id);
986986
ALTER TABLE distributors DROP CONSTRAINT distributors_pkey,
987987
ADD CONSTRAINT distributors_pkey PRIMARY KEY USING INDEX dist_id_temp_idx;
988988
</programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp