Skip to content

Commit

Permalink
Correction de balises
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Sep 11, 2017
1 parent 74551b8 commit f411a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgresql/libpq.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2959,13 +2959,13 @@ void *PQgetssl(const PGconn *conn);
<programlisting>SELECT 1 AS FOO, 2 AS "BAR";
</programlisting>
nous devons obtenir les résultats suivants&nbsp;:
programlisting>PQfname(res, 0) <lineannotation>foo</lineannotation>
<programlisting>PQfname(res, 0) <lineannotation>foo</lineannotation>
PQfname(res, 1) <lineannotation>BAR</lineannotation>
PQfnumber(res, "FOO") <lineannotation>0</lineannotation>
PQfnumber(res, "foo") <lineannotation>0</lineannotation>
PQfnumber(res, "BAR") <lineannotation>-1</lineannotation>
PQfnumber(res, "\"BAR\"") <lineannotation>1</lineannotation>
/programlisting>
</programlisting>
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit f411a9f

Please sign in to comment.