aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/odbc.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/odbc.sgml')
-rw-r--r--doc/src/sgml/odbc.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/odbc.sgml b/doc/src/sgml/odbc.sgml
index 300b9bd6dde..45b4c8347f7 100644
--- a/doc/src/sgml/odbc.sgml
+++ b/doc/src/sgml/odbc.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/Attic/odbc.sgml,v 1.18 2000/09/29 20:21:34 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/Attic/odbc.sgml,v 1.19 2000/12/22 18:57:49 petere Exp $
-->
<chapter id="odbc">
@@ -29,11 +29,11 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/odbc.sgml,v 1.18 2000/09/29 20:21:34
<para>
<acronym>ODBC</acronym> (Open Database Connectivity) is an abstract
<acronym>API</acronym>
- which allows you to write applications which can interoperate
+ that allows you to write applications that can interoperate
with various <acronym>RDBMS</acronym> servers.
<acronym>ODBC</acronym> provides a product-neutral interface
between frontend applications and database servers,
- allowing a user or developer to write applications which are
+ allowing a user or developer to write applications that are
transportable between servers from different manufacturers..
</para>
@@ -64,7 +64,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/odbc.sgml,v 1.18 2000/09/29 20:21:34
<para>
For example. you could have <productname>MS SQL Server</productname>
- and <productname>Postgres</productname> servers which have
+ and <productname>Postgres</productname> servers that have
exactly the same data. Using <acronym>ODBC</acronym>,
your Windows application would make exactly the
same calls and the back end data source would look the same (to the Windows