mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	Not sure how I fixed it the first time, but here's a fix for another
instance in which the docs mention that 'NAMEDATALEN == 32". Neil Conway
This commit is contained in:
		
							parent
							
								
									77072f891b
								
							
						
					
					
						commit
						6415ffe7af
					
				| @ -1,5 +1,5 @@ | |||||||
| <!-- | <!-- | ||||||
| $Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.67 2002/08/22 04:52:17 momjian Exp $ | $Header: /cvsroot/pgsql/doc/src/sgml/syntax.sgml,v 1.68 2002/08/23 04:27:19 momjian Exp $ | ||||||
| --> | --> | ||||||
| 
 | 
 | ||||||
| <chapter id="sql-syntax"> | <chapter id="sql-syntax"> | ||||||
| @ -460,7 +460,7 @@ CAST ( '<replaceable>string</replaceable>' AS <replaceable>type</replaceable> ) | |||||||
| 
 | 
 | ||||||
|    <para> |    <para> | ||||||
|     An operator is a sequence of up to <symbol>NAMEDATALEN</symbol>-1 |     An operator is a sequence of up to <symbol>NAMEDATALEN</symbol>-1 | ||||||
|     (31 by default) characters from the following list: |     (63 by default) characters from the following list: | ||||||
| <literallayout> | <literallayout> | ||||||
| + - * / < > = ~ ! @ # % ^ & | ` ? $ | + - * / < > = ~ ! @ # % ^ & | ` ? $ | ||||||
| </literallayout> | </literallayout> | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user