Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Commit

Permalink
comments tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
swm committed Dec 12, 2005
1 parent 586aba7 commit c143219
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion string.sql
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ RETURNS integer AS $$
$$ IMMUTABLE STRICT LANGUAGE SQL;

-- MAKE_SET()
-- Note implemented
-- Not implemented

-- MID()
CREATE OR REPLACE FUNCTION mid(text, integer, integer)
Expand All @@ -340,6 +340,9 @@ RETURNS text AS $$
SELECT conv($1, 10, 8)
$$ IMMUTABLE STRICT LANGUAGE SQL;

-- OCTET_LENGTH()
-- not reimplemented

-- ORD()
-- Note: Does not support multibyte
CREATE OR REPLACE FUNCTION ord(text)
Expand Down

0 comments on commit c143219

Please sign in to comment.