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

Commitecf5009

Browse files
author
Neil Conway
committed
Make the order of the CASCADE and RESTRICT keywords in the DROP OWNED
syntax summary consistent with the other SQL reference pages. Patchfrom Euler Taveira de Oliveira.
1 parentb5b1eb8 commitecf5009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ref/drop_owned.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/drop_owned.sgml,v 1.3 2006/09/16 00:30:18 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/drop_owned.sgml,v 1.4 2006/09/18 21:19:29 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -20,7 +20,7 @@ PostgreSQL documentation
2020

2121
<refsynopsisdiv>
2222
<synopsis>
23-
DROP OWNED BY <replaceable class="PARAMETER">name</replaceable> [, ...] [RESTRICT |CASCADE ]
23+
DROP OWNED BY <replaceable class="PARAMETER">name</replaceable> [, ...] [CASCADE |RESTRICT ]
2424
</synopsis>
2525
</refsynopsisdiv>
2626

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp