mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	oid8neq => oid8ne
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
				
			|||||||
 *
 | 
					 *
 | 
				
			||||||
 * Copyright (c) 1994, Regents of the University of California
 | 
					 * Copyright (c) 1994, Regents of the University of California
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * $Id: pg_proc.h,v 1.82 1998/10/29 18:07:06 momjian Exp $
 | 
					 * $Id: pg_proc.h,v 1.83 1998/10/29 19:03:50 tgl Exp $
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * NOTES
 | 
					 * NOTES
 | 
				
			||||||
 *	  The script catalog/genbki.sh reads this file and generates .bki
 | 
					 *	  The script catalog/genbki.sh reads this file and generates .bki
 | 
				
			||||||
@@ -913,7 +913,7 @@ DATA(insert OID = 669 (  varchar		   PGUID 11 f t f 2 f 1043 "1043 23" 100 0 0 1
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
DATA(insert OID = 676 (  mktinterval	   PGUID 11 f t f 2 f 704 "702 702" 100 0 0 100 foo bar ));
 | 
					DATA(insert OID = 676 (  mktinterval	   PGUID 11 f t f 2 f 704 "702 702" 100 0 0 100 foo bar ));
 | 
				
			||||||
DESCR("convert to interval");
 | 
					DESCR("convert to interval");
 | 
				
			||||||
DATA(insert OID = 619 (  oid8neq		   PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100  foo bar ));
 | 
					DATA(insert OID = 619 (  oid8ne			   PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100  foo bar ));
 | 
				
			||||||
DESCR("less-than");
 | 
					DESCR("less-than");
 | 
				
			||||||
DATA(insert OID = 677 (  oid8lt			   PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100  foo bar ));
 | 
					DATA(insert OID = 677 (  oid8lt			   PGUID 11 f t f 2 f 16 "30 30" 100 0 0 100  foo bar ));
 | 
				
			||||||
DESCR("less-than");
 | 
					DESCR("less-than");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user