![]() | |
![]() |
| | Thread Tools | Display Modes |
#51
| |||
| |||
|
|
Postgres documentation says: "The PostgreSQL usage of SELECT INTO to represent table creation is historical. It is best to use CREATE TABLE AS for this purpose in new code." But if you need to work with record variables in your procedure, the best way is to use rowtype or record type: http://www.postgresql.org/docs/8.3/s...RATION-RECORDS |
| You can collect %ROWTYPE into ARRAY if you need Table in you procedure. |

#52
| |||
| |||
|
|
Postgres documentation says: "The PostgreSQL usage of SELECT INTO to represent table creation is historical. It is best to use CREATE TABLE AS for this purpose in new code." But if you need to work with record variables in your procedure, the best way is to use rowtype or record type: http://www.postgresql.org/docs/8.3/s...RATION-RECORDS |
| You can collect %ROWTYPE into ARRAY if you need Table in you procedure. |

#53
| |||
| |||
|
|
Postgres documentation says: "The PostgreSQL usage of SELECT INTO to represent table creation is historical. It is best to use CREATE TABLE AS for this purpose in new code." But if you need to work with record variables in your procedure, the best way is to use rowtype or record type: http://www.postgresql.org/docs/8.3/s...RATION-RECORDS |
| You can collect %ROWTYPE into ARRAY if you need Table in you procedure. |

#54
| |||
| |||
|
|
Postgres documentation says: "The PostgreSQL usage of SELECT INTO to represent table creation is historical. It is best to use CREATE TABLE AS for this purpose in new code." But if you need to work with record variables in your procedure, the best way is to use rowtype or record type: http://www.postgresql.org/docs/8.3/s...RATION-RECORDS |
| You can collect %ROWTYPE into ARRAY if you need Table in you procedure. |

#55
| |||
| |||
|
|
Postgres documentation says: "The PostgreSQL usage of SELECT INTO to represent table creation is historical. It is best to use CREATE TABLE AS for this purpose in new code." But if you need to work with record variables in your procedure, the best way is to use rowtype or record type: http://www.postgresql.org/docs/8.3/s...RATION-RECORDS |
| You can collect %ROWTYPE into ARRAY if you need Table in you procedure. |

#56
| |||
| |||
|
|
Postgres documentation says: "The PostgreSQL usage of SELECT INTO to represent table creation is historical. It is best to use CREATE TABLE AS for this purpose in new code." But if you need to work with record variables in your procedure, the best way is to use rowtype or record type: http://www.postgresql.org/docs/8.3/s...RATION-RECORDS |
| You can collect %ROWTYPE into ARRAY if you need Table in you procedure. |

#57
| |||
| |||
|
|
Postgres documentation says: "The PostgreSQL usage of SELECT INTO to represent table creation is historical. It is best to use CREATE TABLE AS for this purpose in new code." But if you need to work with record variables in your procedure, the best way is to use rowtype or record type: http://www.postgresql.org/docs/8.3/s...RATION-RECORDS |
| You can collect %ROWTYPE into ARRAY if you need Table in you procedure. |

![]() |
| Thread Tools | |
| Display Modes | |
| |