/[papo]/gnue/common/src/schema/scripter/processors/postgresql.py
ViewVC logotype

Diff of /gnue/common/src/schema/scripter/processors/postgresql.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by styxman, Fri Nov 15 15:32:56 2002 UTC revision 1.1.2.1 by anthonyl, Tue Mar 4 22:09:35 2003 UTC
# Line 16  Line 16 
16  # write to the Free Software Foundation, Inc., 59 Temple Place  # write to the Free Software Foundation, Inc., 59 Temple Place
17  # - Suite 330, Boston, MA 02111-1307, USA.  # - Suite 330, Boston, MA 02111-1307, USA.
18  #  #
19  # Copyright 2002 Free Software Foundation  # Copyright 2002-2003 Free Software Foundation
20  #  #
21  # FILE:  # FILE:
22  # postgresql.py  # postgresql.py
# Line 31  Line 31 
31  from base import BaseProcessor  from base import BaseProcessor
32    
33  name = "PostgreSQL"  name = "PostgreSQL"
34  description = "Oracle 7.x/8i/9i+"  description = "PostgreSQL (6.x/7.x)"
35    
36    
37  class Processor(BaseProcessor):  class Processor(BaseProcessor):
# Line 62  class Processor(BaseProcessor): Line 62  class Processor(BaseProcessor):
62      return "time"      return "time"
63    
64    def timestamp(self, object):    def timestamp(self, object):
65      return "datetime"      return "timestamp"
66    
67    def text(self, object):    def text(self, object):
68      return "text"      return "text"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26