Author: andreas
Date: 2005-09-29 17:51:47 +0100 (Thu, 29 Sep 2005)
New Revision: 4475

Modified:
   trunk/pgadmin3/xtra/admin81/admin81.sql.in
Log:
typo fix

Modified: trunk/pgadmin3/xtra/admin81/admin81.sql.in
===================================================================
--- trunk/pgadmin3/xtra/admin81/admin81.sql.in  2005-09-29 16:45:58 UTC (rev 
4474)
+++ trunk/pgadmin3/xtra/admin81/admin81.sql.in  2005-09-29 16:51:47 UTC (rev 
4475)
@@ -35,7 +35,7 @@
    AS 'pg_read_file'
        LANGUAGE INTERNAL VOLATILE STRICT;
 
-CREATE FUNCTION pg_catalog.pg_file_size(text) RETURNS bigint
+CREATE FUNCTION pg_catalog.pg_file_length(text) RETURNS bigint
    AS 'SELECT size FROM pg_stat_file($1)'
     LANGUAGE SQL VOLATILE STRICT;
 


---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to