File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
Documentation of the system catalogs, directed toward PostgreSQL developers
3
- $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.74 2003/09/12 22:17:19 tgl Exp $
3
+ $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.75 2003/10/17 00:55:17 tgl Exp $
4
4
-->
5
5
6
6
<chapter id="catalogs">
1357
1357
</tgroup>
1358
1358
</table>
1359
1359
1360
+ <note>
1361
+ <para>
1362
+ <structfield>consrc</structfield> is not updated when referenced objects
1363
+ change; for example, it won't track renaming of columns. Rather than
1364
+ relying on this field, it's best to use <function>pg_get_constraintdef()</>
1365
+ to extract the definition of a check constraint.
1366
+ </para>
1367
+ </note>
1368
+
1360
1369
<note>
1361
1370
<para>
1362
1371
<literal>pg_class.relchecks</literal> needs to agree with the
You can’t perform that action at this time.
0 commit comments