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

Commit097df38

Browse files
author
Michael Meskes
committed
Removed single quotes from connect to example.
1 parent0dd0e28 commit097df38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ecpg.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/ecpg.sgml,v 1.71 2005/11/04 23:13:59 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ecpg.sgml,v 1.72 2006/01/3113:32:20 meskes Exp $
33
-->
44

55
<chapter id="ecpg">
@@ -180,7 +180,7 @@ EXEC SQL CONNECT TO <replaceable>target</replaceable> <optional>AS <replaceable>
180180
<programlisting>
181181
EXEC SQL CONNECT TO mydb@sql.mydomain.com;
182182

183-
EXEC SQL CONNECT TO'unix:postgresql://sql.mydomain.com/mydb' AS myconnection USER john;
183+
EXEC SQL CONNECT TO unix:postgresql://sql.mydomain.com/mydb AS myconnection USER john;
184184

185185
EXEC SQL BEGIN DECLARE SECTION;
186186
const char *target = "mydb@sql.mydomain.com";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp