create table and data types - Mailing list pgsql-sql

From Maciej Piekielniak
Subject create table and data types
Date
Msg-id 1827225102.20060214221218@isb.com.pl
Whole thread Raw
Responses Re: create table and data types  (Ken Hill <ken@scottshill.com>)
Re: create table and data types  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Hello pgsql-sql,
 Is anybody know how create field in a new table with data type accuiring from a field in other table? For example:

create table new_table
( name other_table.name%TYPE
); 

-- 
Best regards,Maciej                          mailto:piechcio@isb.com.pl



pgsql-sql by date:

Previous
From: chester c young
Date:
Subject: Re: Non Matching Records in Two Tables
Next
From: Ken Hill
Date:
Subject: Re: Non Matching Records in Two Tables