mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Add some caveats to the contrib/isn docs.
This commit is contained in:
		@@ -10,8 +10,15 @@
 | 
				
			|||||||
 <para>
 | 
					 <para>
 | 
				
			||||||
  The <filename>isn</filename> module provides data types for the following
 | 
					  The <filename>isn</filename> module provides data types for the following
 | 
				
			||||||
  international product numbering standards: EAN13, UPC, ISBN (books), ISMN
 | 
					  international product numbering standards: EAN13, UPC, ISBN (books), ISMN
 | 
				
			||||||
  (music), and ISSN (serials).  Numbers are validated on input, and correctly
 | 
					  (music), and ISSN (serials).  Numbers are validated on input according to a
 | 
				
			||||||
  hyphenated on output.
 | 
					  hard-coded list of prefixes; this list of prefixes is also used to hyphenate
 | 
				
			||||||
 | 
					  numbers on output.  Since new prefixes are assigned from time to time, the
 | 
				
			||||||
 | 
					  list of prefixes may be out of date.  It is hoped that a future version of
 | 
				
			||||||
 | 
					  this module will obtained the prefix list from one or more tables that
 | 
				
			||||||
 | 
					  can be easily updated by users as needed; however, at present, the
 | 
				
			||||||
 | 
					  list can only be updated by modifying the source code and recompiling.
 | 
				
			||||||
 | 
					  Alternatively, prefix validation and hyphenation support may be
 | 
				
			||||||
 | 
					  dropped from a future version of this module.
 | 
				
			||||||
 </para>
 | 
					 </para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 <sect2>
 | 
					 <sect2>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user