Christopher Browne cbbrowne
Fri Jun 18 18:18:26 PDT 2004
One thing that has kept "tweaking" me the wrong way is the use of the
phrase "full qualified name."

The more usual usage of "FQ*N" is of "fully qualified [something]
name," as with FQDN, which stands for "fully qualified domain name,"
that phrasing being used widely in IETF RFCs.

The following patch should allow adding in the "y" to "fully".

RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slonik/scan.l,v
retrieving revision 1.15
diff -c -u -r1.15 scan.l
cvs server: conflicting specifications of output style
--- scan.l	12 Jun 2004 04:59:32 -0000	1.15
+++ scan.l	18 Jun 2004 18:10:49 -0000
@@ -60,6 +60,7 @@
 for				{ return K_FOR;					}
 forward			{ return K_FORWARD;				}
 full			{ return K_FULL;				}
+fully			{ return K_FULL;				}
 functions		{ return K_FUNCTIONS;			}
 id				{ return K_ID;					}
 init			{ return K_INIT;				}
-- 
select 'cbbrowne' || '@' || 'ca.afilias.info';
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 673-4124 (land)


More information about the Slony1-general mailing list