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

Commit4cbd8c6

Browse files
committed
Doc: fix minor syntax error in example.
The CREATE TABLE option is GENERATED BY DEFAULT *AS* IDENTITY.Per bug #18543 from Ondřej Navrátil. Seems to have crept inina37bb7c, so back-patch to v17 where that was added.Discussion:https://postgr.es/m/18543-93c721689f9928e8@postgresql.org
1 parent925479b commit4cbd8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/ddl.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ CREATE TABLE people (
257257
or alternatively
258258
<programlisting>
259259
CREATE TABLE people (
260-
id bigint <emphasis>GENERATED BY DEFAULT IDENTITY</emphasis>,
260+
id bigint <emphasis>GENERATED BY DEFAULTASIDENTITY</emphasis>,
261261
...,
262262
);
263263
</programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp