db_venik
Previous topic Chapter index Next topic

View: flo_peuplement_lieu

 

 

Schema

public

 

Owner

albenard

 

Descriptions

There is no description for view flo_peuplement_lieu

 

Columns

Name

Data type

Description

idlieu_peup

integer

 

seed_zone

text

 

 

Rules

Name

Event

Instead

Condition

Description

_RETURN

SELECT

 

 

 

Indices

There are no indices for table flo_peuplement_lieu

 

Definition

CREATE VIEW public.flo_peuplement_lieu (
   idlieu_peup,
   seed_zone)
AS
SELECT
peuplement_lieu.idlieu AS idlieu_peup,
   peuplement_lieu.seed_zone
FROM peuplement_lieu;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic