Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fbb39c0

Browse files
committed
Small typo.
1 parent 8ff2005 commit fbb39c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/information_schema.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.7 2003/09/11 21:42:19 momjian Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/information_schema.sgml,v 1.8 2003/09/11 23:15:51 tgl Exp $ -->
22

33
<chapter id="information-schema">
44
<title>The Information Schema</title>
@@ -325,7 +325,7 @@
325325
privileges on entire tables, not individual columns. Therefore,
326326
this view contains the same information as
327327
<literal>table_privileges</literal>, just represented through one
328-
row for each column in each appropriate table, but it only convers
328+
row for each column in each appropriate table, but it only covers
329329
privilege types where column granularity is possible:
330330
<literal>SELECT</literal>, <literal>INSERT</literal>,
331331
<literal>UPDATE</literal>, <literal>REFERENCES</literal>. If you

0 commit comments

Comments
 (0)