Re: Error in Adding All Tables

From: justin <justin(at)emproshunts(dot)com>
To: salman Sheikh <salman_sheikh(at)web(dot)de>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-odbc(at)postgresql(dot)org
Subject: Re: Error in Adding All Tables
Date: 2008-11-02 01:22:44
Message-ID: 490D00E4.8040205@emproshunts.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-odbc

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-15"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
salman Sheikh wrote:
<blockquote cite="mid:1388732484(at)web(dot)de" type="cite"><br>
<br>
<table id="alt"
style="border-left: 2px solid blue; padding-left: 10px; font-size: 9pt; margin-left: 20px; font-family: Verdana;">
<tbody>
<tr>
<td>
<p>Hi freinds, <br>
i wanted to add my all tables once in MFC application,</p>
<p>i have a databank,which has 11 tables and i want to add them
all togather.</p>
<p> After Adding all tables, it shows me always this errors by
debugging.</p>
<p><br>
ERROR: column reference "ctid" is ambiguous; <br>
Error while executing the query <br>
</p>
<p>i need help from u ppl. I am using Visual C++ 2005 and
postgresql 8.3.<br>
</p>
<p>thanks <br>
Sheikh </p>
<br>
<br>
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td bgcolor="#000000"><img moz-do-not-send="true" alt=""
src="https://img.web.de/p.gif" border="0" height="1" width="1"></td>
</tr>
<tr>
<td style="font-size: 12px; font-family: verdana;">Psssst!
Schon vom neuen WEB.DE MultiMessenger geh&amp;oum l;rt?    <br>
Der kann`s mit allen: <a moz-do-not-send="true"
href="http://www.produkte.web.de/messenger/?did=3123"><b>http://www.produkte.web.de/messenger/?did=3123</b></a>  </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br>
</blockquote>
<br>
Without looking at the sql statement you are using its kinda hard to
know what the problem is<br>
<br>
but ambiguous column means the Postgresql can't figure out what you
want to do as the column shows up twice in a command.<br>
<br>
<br>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 1.9 KB

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2008-11-02 01:25:28 Re: Error in Adding All Tables
Previous Message salman Sheikh 2008-11-01 23:55:39 Error in Adding All Tables

Browse pgsql-odbc by date

  From Date Subject
Next Message Joshua D. Drake 2008-11-02 01:25:28 Re: Error in Adding All Tables
Previous Message salman Sheikh 2008-11-01 23:55:39 Error in Adding All Tables