-
It would improve search engine ranking and browsing if the title of journal posts could appear in the tag. This would make it "much" more likely that someone would click on on the search result when they found it.
To see what I mean, look at this search for my posts:
http://www.google.com/search?q=markjugg+site%3Ause.perl.org
All the titles are exactly the same! They all say...
2007-08-11 14:52:39 UTC in Slash
-
On further review, there is no semicolon bug. I thought my editor was at
the end of the file, but it wasn't. I has seen this:
CREATE SEQUENCE pet_hit_journal_id_seq
But really I was looking at this:
CREATE SEQUENCE pet_hit_journal_id_seq
START WITH 1
INCREMENT BY 1
NO MAXVALUE
NO MINVALUE
CACHE 1;
###########
The first one is a complete statement on...
2007-02-01 13:34:43 UTC in Another PostgreSQL Diff Tool
-
This is bug is against "beta17".
Overall, the tool worked very well. However, I ran into this bug.
A new column with added that included
DEFAULT nextval('foo_id_seq').
However, it wasn't until later the sequence was created by the diff:
CREATE SEQUENCE foo_id_seq
The sequence needs to be created before it is referenced.
Also, I noticed there is no final semi-colon at the...
2007-01-31 18:50:33 UTC in Another PostgreSQL Diff Tool
-
markjugg committed revision 480 to the HTML::Template::Compiled SVN repository, changing 2 files.
2006-07-14 16:27:29 UTC in HTML::Template::Compiled
-
markjugg committed patchset 446 of module HTML-Template-Compiled to the HTML::Template::Compiled CVS repository, changing 2 files.
2006-07-14 16:27:21 UTC in HTML::Template::Compiled
-
markjugg committed revision 282 to the Smolder SVN repository, changing 1 files.
2006-07-05 02:44:33 UTC in Smolder
-
markjugg committed revision 266 to the Smolder SVN repository, changing 1 files.
2006-07-01 20:41:09 UTC in Smolder
-
markjugg committed revision 265 to the Smolder SVN repository, changing 1 files.
2006-07-01 20:38:15 UTC in Smolder
-
markjugg committed revision 264 to the Smolder SVN repository, changing 1 files.
2006-07-01 20:33:14 UTC in Smolder
-
markjugg committed revision 117 to the Smolder SVN repository, changing 1 files.
2006-03-11 01:43:52 UTC in Smolder