mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
doc: merge ecpg username/password example into C comment
Backpatch to 9.2 per Tom Lane
This commit is contained in:
parent
0e93959a70
commit
d309be0fb7
@ -198,8 +198,7 @@ const char *passwd = "secret";
|
||||
EXEC SQL END DECLARE SECTION;
|
||||
...
|
||||
EXEC SQL CONNECT TO :target USER :user USING :passwd;
|
||||
|
||||
EXEC SQL CONNECT TO :target USER :user/:passwd;
|
||||
/* or EXEC SQL CONNECT TO :target USER :user/:passwd; */
|
||||
</programlisting>
|
||||
The last form makes use of the variant referred to above as
|
||||
character variable reference. You will see in later sections how C
|
||||
|
Loading…
Reference in New Issue
Block a user