How to append tables in a view - Mailing list pgsql-general

From Ashish Karalkar
Subject How to append tables in a view
Date
Msg-id 007701c74f4c$c59e4060$170211ac@LIONKING.COM
Whole thread Raw
In response to Dumb question - how to tell if autovacuum is doing its job in 8.2.x  (Sic Transit Gloria Mundi <sitrglmu@yahoo.com>)
Responses Re: How to append tables in a view  (Alban Hertroys <alban@magproductions.nl>)
Re: How to append tables in a view  (Shane Ambler <pgsql@007Marketing.com>)
List pgsql-general
Hello List,
 
I want to append column of two different tables in a single column of  a view .
 
data type of tow column of two diffrent tables will be same.
 
WHAT I WANT TO DO IS:
 
Table 1
IDDESC
1A
2B
3C
  
  
  
  
Table 2
IDDESC
1D
2E
3F
  
View(Table1|| Table 2)
ID_viewDesc
  
1A
2B
3C
4D
5E
6F
  
 
Is there any way???
 
Thanks in advance
Ashish...

pgsql-general by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: PostgreSQL and OpenLdap
Next
From: Alban Hertroys
Date:
Subject: Re: Adjacency List or Nested Sets to model file system hierarchy?