~ubuntu-branches/ubuntu/karmic/apgdiff/karmic

« back to all changes in this revision

Viewing changes to src/test/resources/cz/startnet/utils/pgdiff/drop_with_oids_original.sql

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2008-09-09 15:42:54 UTC
  • Revision ID: james.westby@ubuntu.com-20080909154254-458sv7ew1rczdal1
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CREATE TABLE testtable (
 
2
    field1 integer,
 
3
    field2 integer,
 
4
    field3 character varying(150) DEFAULT 'none'::character varying,
 
5
    field4 double precision
 
6
) WITH OIDS;
 
 
b'\\ No newline at end of file'