Content-Length: 257046 | pFad | http://github.com/postgrespro/postgres_cluster/commit/69039ea8b5569caf09b211f46fa9064468fee3b3

6D Make 'on' uppercase in a sql example. · postgrespro/postgres_cluster@69039ea · GitHub
Skip to content

Commit 69039ea

Browse files
committed
Make 'on' uppercase in a sql example.
1 parent 5c2a7c6 commit 69039ea

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_idx on distributors (dist_id);
985+
CREATE UNIQUE INDEX CONCURRENTLY dist_id_temp_idx ON 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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/69039ea8b5569caf09b211f46fa9064468fee3b3

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy