On Thu, Nov 5, 2009 at 2:08 PM, Svenne Krap wrote:
> Hi.
>
> Is there a simple way to get foreign key data... for example I found a
> view, that does what I want ...
>
> It delivers
>
> fk_table | fk_column | pk_table | pk_column |
> constraint_name
>
> ---
Hi.
Is there a simple way to get foreign key data... for example I found a
view, that does what I want ...
It delivers
fk_table | fk_column | pk_table | pk_column |
constraint_name
--++---+---+
2009/11/5 Pavel Stehule :
> Hello
>
> 2009/11/5 maboyz :
>>
>> I am trying to re write the following stored proc as a postgresql
>> function..but am new to postgres and it is kind of getting really
>> confusing trying to learn and let alone understand the syntax:
>>
>> CREATE PROCEDURE [dbo].[G
Hello
2009/11/5 maboyz :
>
> I am trying to re write the following stored proc as a postgresql
> function..but am new to postgres and it is kind of getting really
> confusing trying to learn and let alone understand the syntax:
>
> CREATE PROCEDURE [dbo].[GetAppAvailability]
> �...@audit
I am trying to re write the following stored proc as a postgresql
function..but am new to postgres and it is kind of getting really
confusing trying to learn and let alone understand the syntax:
CREATE PROCEDURE [dbo].[GetAppAvailability]
@AuditAvailable bit output,
@B