[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2350] trunk/sql/modules/Location.sql
- Subject: SF.net SVN: ledger-smb:[2350] trunk/sql/modules/Location.sql
- From: ..hidden..
- Date: Sun, 05 Oct 2008 22:00:12 +0000
Revision: 2350
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2350&view=rev
Author: einhverfr
Date: 2008-10-05 22:00:11 +0000 (Sun, 05 Oct 2008)
Log Message:
-----------
Correcting load issue on Location.sql
Modified Paths:
--------------
trunk/sql/modules/Location.sql
Modified: trunk/sql/modules/Location.sql
===================================================================
--- trunk/sql/modules/Location.sql 2008-10-03 22:22:16 UTC (rev 2349)
+++ trunk/sql/modules/Location.sql 2008-10-05 22:00:11 UTC (rev 2350)
@@ -156,8 +156,8 @@
line_three text,
city text,
state text,
- mail_code text,
- country text,
+ mail_code text,
+ country text
);
CREATE OR REPLACE FUNCTION location__get(in_id int) returns location_result AS $$
@@ -184,4 +184,4 @@
return l_row;
END LOOP;
END;
-$$ language plpgsql ;
\ No newline at end of file
+$$ language plpgsql ;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.