Validating Whole Numbers - Mailing list pgsql-general

From Krog, Kenneth
Subject Validating Whole Numbers
Date
Msg-id 109D35542005790-01@MassMutual_SMTP_Mail_Server_2
Whole thread Raw
List pgsql-general

Is there a quick way to validate whole numbers for instance you can validate
a number

if (is_numeric($x)
{
output
}
else
{
output
}

Thanks in advance








pgsql-general by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: Help with SET TRANSACTION in a function
Next
From: "Culley Harrelson"
Date:
Subject: Re: storing intermediate results in recursive