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

Commit87f609c

Browse files
committed
Remove 'emphasis' markup inside literal; not allowed.
1 parentd98039d commit87f609c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/datatype.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.245 2010/02/25 18:16:53 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.246 2010/02/26 01:11:46 momjian Exp $ -->
22

33
<chapter id="datatype">
44
<title id="datatype-title">Data Types</title>
@@ -1524,7 +1524,7 @@ SELECT E'\\xDEADBEEF';
15241524
<note>
15251525
<para>
15261526
The SQL standard requires that writing just <type>timestamp</type>
1527-
be equivalent to <type>timestamp<emphasis>without</> time
1527+
be equivalent to <type>timestamp without time
15281528
zone</type>, and <productname>PostgreSQL</productname> honors that
15291529
behavior. (Releases prior to 7.3 treated it as <type>timestamp
15301530
with time zone</type>.)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp